#2D477A

Color #2D477A Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #2D477A

Tints of Fun Blue #2D477A

Color information

#2D477A (or 0x2D477A) is unknown color: approx Fun Blue. HEX triplet: 2D, 47 and 7A. RGB value is (45,71,122). Sum of RGB (Red+Green+Blue) = 45+71+122=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D477A is #D2B885. Grayscale: #444444. Windows color (decimal): -13809798 or 8013613. OLE color: 8013613.

HSL color Cylindrical-coordinate representation of color #2D477A: hue angle of 219.74º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D477A is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4571122-
CMYK0.630.4200.52
HSL219.74º46.11%32.75%-
HSV(B)219.74º63.11%47.84%-
XYZ6.856.4719.3-
YUV69.04157.89110.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 18.91%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=18.91%
G=29.83%
B=51.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45711220.630.4200.52219.7446.1132.75
Hex2D477A3F2A034dc2e21
Octal5510717277520643345641
Binary10110110001111111010111111101010011010011011100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D477A; }

 p { color: rgb(45,71,122); }

 H1.HeaderClassName
 {
   color: #2D477A;
 }
 .AnyTagClassName
 {
   color: #2D477A;
 }
</style>
background-color css

<style>
 a { background-color: #2D477A; }

 a { background-color: rgb(45,71,122); }

 div.DivClassName
 {
   background-color: #2D477A;
 }
 .BgClassName
 {
   background-color: #2D477A;
 }
</style>
border-color css

<style>
 span { border-color: #2D477A; }

 span { border-color: rgb(45,71,122); }

 td.TdClassName
 {
   border-color: #2D477A;
 }
 .TagClassName
 {
   border-color: #2D477A;
 }
</style>