Html Css Color HEX #2C424E Nile Blue

📋 copy color: '#2C424E'

red 44 ◦ green 66 ◦ blue 78

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

Shades of Nile Blue #2C424E

Tints of Nile Blue #2C424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.11%

 BLUE value IS 78 (30.86% from 255) = 41.49%

R = 23.4%
G = 35.11%
B = 41.49%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2C424E (or 0x2C424E) is known color: Nile Blue. HEX triplet: 2C, 42 and 4E. RGB value is (44,66,78). Sum of RGB (Red+Green+Blue) = 44+66+78=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #2C424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C424E is #D3BDB1. Grayscale: #3C3C3C. Windows color (decimal): -13876658 or 5128748. OLE color: 5128748.

HSL color Cylindrical-coordinate representation of color #2C424E: hue angle of 201.18º 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 #2C424E is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 66 78 -
CMYK 0.44 0.15 0 0.69
HSL 201.18º 0.28% 0.24% -
HSV(B) 201.18º 0.44% 0.31% -
XYZ 4.36 4.98 7.94 -
YUV 60.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 44 66 78 0.44 0.15 0 0.69 201.18 0.28 0.24
Hex 2C 42 4E 2C F 0 45 C9 1C 18
Octal 54 102 116 54 17 0 105 311 34 30
Binary 101100 1000010 1001110 101100 1111 0 1000101 11001001 11100 11000

Color Harmonies of #2C424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C424E

Black with #2C424E

Text Example


Text Example

White with #2C424E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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