Html Css Color HEX #2B556C Chathams Blue

📋 copy color: '#2B556C'

red 43 ◦ green 85 ◦ blue 108

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

Shades of Chathams Blue #2B556C

Tints of Chathams Blue #2B556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

 BLUE value IS 108 (42.58% from 255) = 45.76%

R = 18.22%
G = 36.02%
B = 45.76%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B556C (or 0x2B556C) is known color: Chathams Blue. HEX triplet: 2B, 55 and 6C. RGB value is (43,85,108). Sum of RGB (Red+Green+Blue) = 43+85+108=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B556C is #D4AA93. Grayscale: #4A4A4A. Windows color (decimal): -13937300 or 7099691. OLE color: 7099691.

HSL color Cylindrical-coordinate representation of color #2B556C: hue angle of 201.23º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B556C is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 85 108 -
CMYK 0.60 0.21 0 0.58
HSL 201.23º 0.43% 0.3% -
HSV(B) 201.23º 0.6% 0.42% -
XYZ 6.95 8.09 15.38 -
YUV 75.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 43 85 108 0.60 0.21 0 0.58 201.23 0.43 0.3
Hex 2B 55 6C 3C 15 0 3A C9 2B 1E
Octal 53 125 154 74 25 0 72 311 53 36
Binary 101011 1010101 1101100 111100 10101 0 111010 11001001 101011 11110

Color Harmonies of #2B556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B556C

Black with #2B556C

Text Example


Text Example

White with #2B556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,85,108); }

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

background-color css

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

 a { background-color: rgb(43,85,108); }

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

border-color css

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

 span { border-color: rgb(43,85,108); }

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