Html Css Color HEX #2B5A75 Chathams Blue

📋 copy color: '#2B5A75'

red 43 ◦ green 90 ◦ blue 117

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

Shades of Chathams Blue #2B5A75

Tints of Chathams Blue #2B5A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 17.2%
G = 36%
B = 46.8%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B5A75 (or 0x2B5A75) is known color: Chathams Blue. HEX triplet: 2B, 5A and 75. RGB value is (43,90,117). Sum of RGB (Red+Green+Blue) = 43+90+117=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B5A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5A75 is #D4A58A. Grayscale: #4E4E4E. Windows color (decimal): -13936011 or 7690795. OLE color: 7690795.

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

Color convert

RGB 43 90 117 -
CMYK 0.63 0.23 0 0.54
HSL 201.89º 0.46% 0.31% -
HSV(B) 201.89º 0.63% 0.46% -
XYZ 7.86 9.11 18.17 -
YUV 79.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 43 90 117 0.63 0.23 0 0.54 201.89 0.46 0.31
Hex 2B 5A 75 3F 17 0 36 CA 2E 1F
Octal 53 132 165 77 27 0 66 312 56 37
Binary 101011 1011010 1110101 111111 10111 0 110110 11001010 101110 11111

Color Harmonies of #2B5A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5A75

Black with #2B5A75

Text Example


Text Example

White with #2B5A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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