Html Css Color HEX #2B596A Chathams Blue

📋 copy color: '#2B596A'

red 43 ◦ green 89 ◦ blue 106

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

Shades of Chathams Blue #2B596A

Tints of Chathams Blue #2B596A

RGB

 RED value IS 43 (17.19% from 255) = 18.07%

 GREEN value IS 89 (35.16% from 255) = 37.39%

 BLUE value IS 106 (41.8% from 255) = 44.54%

R = 18.07%
G = 37.39%
B = 44.54%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B596A (or 0x2B596A) is known color: Chathams Blue. HEX triplet: 2B, 59 and 6A. RGB value is (43,89,106). Sum of RGB (Red+Green+Blue) = 43+89+106=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B596A is #D4A695. Grayscale: #4D4D4D. Windows color (decimal): -13936278 or 6969643. OLE color: 6969643.

HSL color Cylindrical-coordinate representation of color #2B596A: hue angle of 196.19º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B596A is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 89 106 -
CMYK 0.59 0.16 0 0.58
HSL 196.19º 0.42% 0.29% -
HSV(B) 196.19º 0.59% 0.42% -
XYZ 7.17 8.7 14.94 -
YUV 77.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 43 89 106 0.59 0.16 0 0.58 196.19 0.42 0.29
Hex 2B 59 6A 3B 10 0 3A C4 2A 1D
Octal 53 131 152 73 20 0 72 304 52 35
Binary 101011 1011001 1101010 111011 10000 0 111010 11000100 101010 11101

Color Harmonies of #2B596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B596A

Black with #2B596A

Text Example


Text Example

White with #2B596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,89,106); }

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

background-color css

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

 a { background-color: rgb(43,89,106); }

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

border-color css

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

 span { border-color: rgb(43,89,106); }

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