Html Css Color HEX #2B5868 Chathams Blue

📋 copy color: '#2B5868'

red 43 ◦ green 88 ◦ blue 104

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

Shades of Chathams Blue #2B5868

Tints of Chathams Blue #2B5868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.26%

R = 18.3%
G = 37.45%
B = 44.26%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B5868 (or 0x2B5868) is known color: Chathams Blue. HEX triplet: 2B, 58 and 68. RGB value is (43,88,104). Sum of RGB (Red+Green+Blue) = 43+88+104=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B5868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5868 is #D4A797. Grayscale: #4C4C4C. Windows color (decimal): -13936536 or 6838315. OLE color: 6838315.

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

Color convert

RGB 43 88 104 -
CMYK 0.59 0.15 0 0.59
HSL 195.74º 0.41% 0.29% -
HSV(B) 195.74º 0.59% 0.41% -
XYZ 6.98 8.49 14.37 -
YUV 76.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 43 88 104 0.59 0.15 0 0.59 195.74 0.41 0.29
Hex 2B 58 68 3B F 0 3B C4 29 1D
Octal 53 130 150 73 17 0 73 304 51 35
Binary 101011 1011000 1101000 111011 1111 0 111011 11000100 101001 11101

Color Harmonies of #2B5868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5868

Black with #2B5868

Text Example


Text Example

White with #2B5868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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