#2C4E4A

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

Shades of Blue Dianne #2C4E4A

Tints of Blue Dianne #2C4E4A

Color information

#2C4E4A (or 0x2C4E4A) is unknown color: approx Blue Dianne. HEX triplet: 2C, 4E and 4A. RGB value is (44,78,74). Sum of RGB (Red+Green+Blue) = 44+78+74=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #2C4E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4E4A is #D3B1B5. Grayscale: #434343. Windows color (decimal): -13873590 or 4869676. OLE color: 4869676.

HSL color Cylindrical-coordinate representation of color #2C4E4A: hue angle of 172.94º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C4E4A is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB447874-
CMYK0.4400.050.69
HSL172.94º27.87%23.92%-
HSV(B)172.94º43.59%30.59%-
XYZ56.487.47-
YUV67.38131.74111.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.45%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=22.45%
G=39.80%
B=37.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4478740.4400.050.69172.9427.8723.92
Hex2C4E4A2C0545ad1c18
Octal5411611254051052553430
Binary1011001001110100101010110001011000101101011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,78,74); }

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

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

 a { background-color: rgb(44,78,74); }

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

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

 span { border-color: rgb(44,78,74); }

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