Html Css Color HEX #2B5A6E Chathams Blue

📋 copy color: '#2B5A6E'

red 43 ◦ green 90 ◦ blue 110

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

Shades of Chathams Blue #2B5A6E

Tints of Chathams Blue #2B5A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.04%

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

R = 17.7%
G = 37.04%
B = 45.27%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2B5A6E (or 0x2B5A6E) is known color: Chathams Blue. HEX triplet: 2B, 5A and 6E. RGB value is (43,90,110). Sum of RGB (Red+Green+Blue) = 43+90+110=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B5A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5A6E is #D4A591. Grayscale: #4E4E4E. Windows color (decimal): -13936018 or 7232043. OLE color: 7232043.

HSL color Cylindrical-coordinate representation of color #2B5A6E: hue angle of 197.91º 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 #2B5A6E is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 90 110 -
CMYK 0.61 0.18 0 0.57
HSL 197.91º 0.44% 0.3% -
HSV(B) 197.91º 0.61% 0.43% -
XYZ 7.47 8.95 16.09 -
YUV 78.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 43 90 110 0.61 0.18 0 0.57 197.91 0.44 0.3
Hex 2B 5A 6E 3D 12 0 39 C6 2C 1E
Octal 53 132 156 75 22 0 71 306 54 36
Binary 101011 1011010 1101110 111101 10010 0 111001 11000110 101100 11110

Color Harmonies of #2B5A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5A6E

Black with #2B5A6E

Text Example


Text Example

White with #2B5A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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