Html Css Color HEX #2C5366 Chathams Blue

📋 copy color: '#2C5366'

red 44 ◦ green 83 ◦ blue 102

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

Shades of Chathams Blue #2C5366

Tints of Chathams Blue #2C5366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.24%

 BLUE value IS 102 (40.23% from 255) = 44.54%

R = 19.21%
G = 36.24%
B = 44.54%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2C5366 (or 0x2C5366) is known color: Chathams Blue. HEX triplet: 2C, 53 and 66. RGB value is (44,83,102). Sum of RGB (Red+Green+Blue) = 44+83+102=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C5366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5366 is #D3AC99. Grayscale: #494949. Windows color (decimal): -13872282 or 6705964. OLE color: 6705964.

HSL color Cylindrical-coordinate representation of color #2C5366: hue angle of 199.66º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C5366 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 44 83 102 -
CMYK 0.57 0.19 0 0.6
HSL 199.66º 0.4% 0.29% -
HSV(B) 199.66º 0.57% 0.4% -
XYZ 6.53 7.68 13.71 -
YUV 73.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 44 83 102 0.57 0.19 0 0.6 199.66 0.4 0.29
Hex 2C 53 66 39 13 0 3C C8 28 1D
Octal 54 123 146 71 23 0 74 310 50 35
Binary 101100 1010011 1100110 111001 10011 0 111100 11001000 101000 11101

Color Harmonies of #2C5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5366

Black with #2C5366

Text Example


Text Example

White with #2C5366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,83,102); }

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

background-color css

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

 a { background-color: rgb(44,83,102); }

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

border-color css

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

 span { border-color: rgb(44,83,102); }

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