Html Css Color HEX #2D4977 Fun Blue

📋 copy color: '#2D4977'

red 45 ◦ green 73 ◦ blue 119

#2D4977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #2D4977

Tints of Fun Blue #2D4977

RGB

 RED value IS 45 (17.97% from 255) = 18.99%

 GREEN value IS 73 (28.91% from 255) = 30.8%

 BLUE value IS 119 (46.88% from 255) = 50.21%

R = 18.99%
G = 30.8%
B = 50.21%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D4977 (or 0x2D4977) is known color: Fun Blue. HEX triplet: 2D, 49 and 77. RGB value is (45,73,119). Sum of RGB (Red+Green+Blue) = 45+73+119=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #2D4977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4977 is #D2B688. Grayscale: #454545. Windows color (decimal): -13809289 or 7817517. OLE color: 7817517.

HSL color Cylindrical-coordinate representation of color #2D4977: hue angle of 217.3º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D4977 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 73 119 -
CMYK 0.62 0.39 0 0.53
HSL 217.3º 0.45% 0.32% -
HSV(B) 217.3º 0.62% 0.47% -
XYZ 6.79 6.65 18.38 -
YUV 69.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 45 73 119 0.62 0.39 0 0.53 217.3 0.45 0.32
Hex 2D 49 77 3E 27 0 35 D9 2D 20
Octal 55 111 167 76 47 0 65 331 55 40
Binary 101101 1001001 1110111 111110 100111 0 110101 11011001 101101 100000

Color Harmonies of #2D4977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4977

Black with #2D4977

Text Example


Text Example

White with #2D4977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,73,119); }

 H1.HeaderClassName
 {
   color: #2D4977;
 }
 .AnyTagClassName
 {
   color: #2D4977;
 }
</style>

background-color css

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

 a { background-color: rgb(45,73,119); }

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

border-color css

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

 span { border-color: rgb(45,73,119); }

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