Html Css Color HEX #2B596E Chathams Blue

📋 copy color: '#2B596E'

red 43 ◦ green 89 ◦ blue 110

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

Shades of Chathams Blue #2B596E

Tints of Chathams Blue #2B596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 17.77%
G = 36.78%
B = 45.45%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2B596E (or 0x2B596E) is known color: Chathams Blue. HEX triplet: 2B, 59 and 6E. RGB value is (43,89,110). Sum of RGB (Red+Green+Blue) = 43+89+110=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B596E is #D4A691. Grayscale: #4D4D4D. Windows color (decimal): -13936274 or 7231787. OLE color: 7231787.

HSL color Cylindrical-coordinate representation of color #2B596E: hue angle of 198.81º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B596E is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 89 110 -
CMYK 0.61 0.19 0 0.57
HSL 198.81º 0.44% 0.3% -
HSV(B) 198.81º 0.61% 0.43% -
XYZ 7.38 8.78 16.06 -
YUV 77.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 43 89 110 0.61 0.19 0 0.57 198.81 0.44 0.3
Hex 2B 59 6E 3D 13 0 39 C7 2C 1E
Octal 53 131 156 75 23 0 71 307 54 36
Binary 101011 1011001 1101110 111101 10011 0 111001 11000111 101100 11110

Color Harmonies of #2B596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B596E

Black with #2B596E

Text Example


Text Example

White with #2B596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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