Html Css Color HEX #2C4350 Nile Blue

📋 copy color: '#2C4350'

red 44 ◦ green 67 ◦ blue 80

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

Shades of Nile Blue #2C4350

Tints of Nile Blue #2C4350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.88%

R = 23.04%
G = 35.08%
B = 41.88%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2C4350 (or 0x2C4350) is known color: Nile Blue. HEX triplet: 2C, 43 and 50. RGB value is (44,67,80). Sum of RGB (Red+Green+Blue) = 44+67+80=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4350 is #D3BCAF. Grayscale: #3D3D3D. Windows color (decimal): -13876400 or 5260076. OLE color: 5260076.

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

Color convert

RGB 44 67 80 -
CMYK 0.45 0.16 0 0.69
HSL 201.67º 0.29% 0.24% -
HSV(B) 201.67º 0.45% 0.31% -
XYZ 4.49 5.13 8.34 -
YUV 61.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 44 67 80 0.45 0.16 0 0.69 201.67 0.29 0.24
Hex 2C 43 50 2D 10 0 45 CA 1D 18
Octal 54 103 120 55 20 0 105 312 35 30
Binary 101100 1000011 1010000 101101 10000 0 1000101 11001010 11101 11000

Color Harmonies of #2C4350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4350

Black with #2C4350

Text Example


Text Example

White with #2C4350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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