Html Css Color HEX #2D4878 Fun Blue

📋 copy color: '#2D4878'

red 45 ◦ green 72 ◦ blue 120

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

Shades of Fun Blue #2D4878

Tints of Fun Blue #2D4878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.38%

 BLUE value IS 120 (47.27% from 255) = 50.63%

R = 18.99%
G = 30.38%
B = 50.63%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D4878 (or 0x2D4878) is known color: Fun Blue. HEX triplet: 2D, 48 and 78. RGB value is (45,72,120). Sum of RGB (Red+Green+Blue) = 45+72+120=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D4878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4878 is #D2B787. Grayscale: #454545. Windows color (decimal): -13809544 or 7882797. OLE color: 7882797.

HSL color Cylindrical-coordinate representation of color #2D4878: hue angle of 218.4º 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 #2D4878 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 72 120 -
CMYK 0.63 0.40 0 0.53
HSL 218.4º 0.45% 0.32% -
HSV(B) 218.4º 0.63% 0.47% -
XYZ 6.79 6.55 18.68 -
YUV 69.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 45 72 120 0.63 0.40 0 0.53 218.4 0.45 0.32
Hex 2D 48 78 3F 28 0 35 DA 2D 20
Octal 55 110 170 77 50 0 65 332 55 40
Binary 101101 1001000 1111000 111111 101000 0 110101 11011010 101101 100000

Color Harmonies of #2D4878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4878

Black with #2D4878

Text Example


Text Example

White with #2D4878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,72,120); }

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

background-color css

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

 a { background-color: rgb(45,72,120); }

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

border-color css

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

 span { border-color: rgb(45,72,120); }

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