Html Css Color HEX #2B5867 Chathams Blue

📋 copy color: '#2B5867'

red 43 ◦ green 88 ◦ blue 103

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

Shades of Chathams Blue #2B5867

Tints of Chathams Blue #2B5867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.61%

 BLUE value IS 103 (40.63% from 255) = 44.02%

R = 18.38%
G = 37.61%
B = 44.02%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2B5867 (or 0x2B5867) is known color: Chathams Blue. HEX triplet: 2B, 58 and 67. RGB value is (43,88,103). Sum of RGB (Red+Green+Blue) = 43+88+103=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B5867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5867 is #D4A798. Grayscale: #4C4C4C. Windows color (decimal): -13936537 or 6772779. OLE color: 6772779.

HSL color Cylindrical-coordinate representation of color #2B5867: hue angle of 195º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B5867 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 43 88 103 -
CMYK 0.58 0.15 0 0.60
HSL 195º 0.41% 0.29% -
HSV(B) 195º 0.58% 0.4% -
XYZ 6.93 8.47 14.1 -
YUV 76.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 43 88 103 0.58 0.15 0 0.60 195 0.41 0.29
Hex 2B 58 67 3A F 0 3C C3 29 1D
Octal 53 130 147 72 17 0 74 303 51 35
Binary 101011 1011000 1100111 111010 1111 0 111100 11000011 101001 11101

Color Harmonies of #2B5867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5867

Black with #2B5867

Text Example


Text Example

White with #2B5867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,88,103); }

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

background-color css

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

 a { background-color: rgb(43,88,103); }

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

border-color css

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

 span { border-color: rgb(43,88,103); }

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