Html Css Color HEX #2C4D7D Fun Blue

📋 copy color: '#2C4D7D'

red 44 ◦ green 77 ◦ blue 125

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

Shades of Fun Blue #2C4D7D

Tints of Fun Blue #2C4D7D

RGB

 RED value IS 44 (17.58% from 255) = 17.89%

 GREEN value IS 77 (30.47% from 255) = 31.3%

 BLUE value IS 125 (49.22% from 255) = 50.81%

R = 17.89%
G = 31.3%
B = 50.81%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2C4D7D (or 0x2C4D7D) is known color: Fun Blue. HEX triplet: 2C, 4D and 7D. RGB value is (44,77,125). Sum of RGB (Red+Green+Blue) = 44+77+125=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C4D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4D7D is #D3B282. Grayscale: #484848. Windows color (decimal): -13873795 or 8211756. OLE color: 8211756.

HSL color Cylindrical-coordinate representation of color #2C4D7D: hue angle of 215.56º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C4D7D is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 77 125 -
CMYK 0.65 0.38 0 0.51
HSL 215.56º 0.48% 0.33% -
HSV(B) 215.56º 0.65% 0.49% -
XYZ 7.39 7.32 20.43 -
YUV 72.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 44 77 125 0.65 0.38 0 0.51 215.56 0.48 0.33
Hex 2C 4D 7D 41 26 0 33 D8 30 21
Octal 54 115 175 101 46 0 63 330 60 41
Binary 101100 1001101 1111101 1000001 100110 0 110011 11011000 110000 100001

Color Harmonies of #2C4D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4D7D

Black with #2C4D7D

Text Example


Text Example

White with #2C4D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,77,125); }

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

background-color css

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

 a { background-color: rgb(44,77,125); }

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

border-color css

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

 span { border-color: rgb(44,77,125); }

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