Html Css Color HEX #2B5773 Chathams Blue

📋 copy color: '#2B5773'

red 43 ◦ green 87 ◦ blue 115

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

Shades of Chathams Blue #2B5773

Tints of Chathams Blue #2B5773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.51%

 BLUE value IS 115 (45.31% from 255) = 46.94%

R = 17.55%
G = 35.51%
B = 46.94%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B5773 (or 0x2B5773) is known color: Chathams Blue. HEX triplet: 2B, 57 and 73. RGB value is (43,87,115). Sum of RGB (Red+Green+Blue) = 43+87+115=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B5773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5773 is #D4A88C. Grayscale: #4C4C4C. Windows color (decimal): -13936781 or 7558955. OLE color: 7558955.

HSL color Cylindrical-coordinate representation of color #2B5773: hue angle of 203.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B5773 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 87 115 -
CMYK 0.63 0.24 0 0.55
HSL 203.33º 0.46% 0.31% -
HSV(B) 203.33º 0.63% 0.45% -
XYZ 7.5 8.57 17.48 -
YUV 77.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 43 87 115 0.63 0.24 0 0.55 203.33 0.46 0.31
Hex 2B 57 73 3F 18 0 37 CB 2E 1F
Octal 53 127 163 77 30 0 67 313 56 37
Binary 101011 1010111 1110011 111111 11000 0 110111 11001011 101110 11111

Color Harmonies of #2B5773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5773

Black with #2B5773

Text Example


Text Example

White with #2B5773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,87,115); }

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

background-color css

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

 a { background-color: rgb(43,87,115); }

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

border-color css

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

 span { border-color: rgb(43,87,115); }

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