Html Css Color HEX #2D4A73 Fun Blue

📋 copy color: '#2D4A73'

red 45 ◦ green 74 ◦ blue 115

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

Shades of Fun Blue #2D4A73

Tints of Fun Blue #2D4A73

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.62%

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 19.23%
G = 31.62%
B = 49.15%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D4A73 (or 0x2D4A73) is known color: Fun Blue. HEX triplet: 2D, 4A and 73. RGB value is (45,74,115). Sum of RGB (Red+Green+Blue) = 45+74+115=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D4A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4A73 is #D2B58C. Grayscale: #454545. Windows color (decimal): -13809037 or 7555629. OLE color: 7555629.

HSL color Cylindrical-coordinate representation of color #2D4A73: hue angle of 215.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D4A73 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 45 74 115 -
CMYK 0.61 0.36 0 0.55
HSL 215.14º 0.44% 0.31% -
HSV(B) 215.14º 0.61% 0.45% -
XYZ 6.63 6.69 17.16 -
YUV 70 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 45 74 115 0.61 0.36 0 0.55 215.14 0.44 0.31
Hex 2D 4A 73 3D 24 0 37 D7 2C 1F
Octal 55 112 163 75 44 0 67 327 54 37
Binary 101101 1001010 1110011 111101 100100 0 110111 11010111 101100 11111

Color Harmonies of #2D4A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4A73

Black with #2D4A73

Text Example


Text Example

White with #2D4A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,74,115); }

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

background-color css

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

 a { background-color: rgb(45,74,115); }

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

border-color css

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

 span { border-color: rgb(45,74,115); }

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