Html Css Color HEX #2C434E Nile Blue

📋 copy color: '#2C434E'

red 44 ◦ green 67 ◦ blue 78

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

Shades of Nile Blue #2C434E

Tints of Nile Blue #2C434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.45%

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

R = 23.28%
G = 35.45%
B = 41.27%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2C434E (or 0x2C434E) is known color: Nile Blue. HEX triplet: 2C, 43 and 4E. RGB value is (44,67,78). Sum of RGB (Red+Green+Blue) = 44+67+78=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #2C434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C434E is #D3BCB1. Grayscale: #3D3D3D. Windows color (decimal): -13876402 or 5129004. OLE color: 5129004.

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

Color convert

RGB 44 67 78 -
CMYK 0.44 0.14 0 0.69
HSL 199.41º 0.28% 0.24% -
HSV(B) 199.41º 0.44% 0.31% -
XYZ 4.42 5.1 7.96 -
YUV 61.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 44 67 78 0.44 0.14 0 0.69 199.41 0.28 0.24
Hex 2C 43 4E 2C E 0 45 C7 1C 18
Octal 54 103 116 54 16 0 105 307 34 30
Binary 101100 1000011 1001110 101100 1110 0 1000101 11000111 11100 11000

Color Harmonies of #2C434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C434E

Black with #2C434E

Text Example


Text Example

White with #2C434E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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