Html Css Color HEX #2B5467 Chathams Blue

📋 copy color: '#2B5467'

red 43 ◦ green 84 ◦ blue 103

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

Shades of Chathams Blue #2B5467

Tints of Chathams Blue #2B5467

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.52%

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

R = 18.7%
G = 36.52%
B = 44.78%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2B5467 (or 0x2B5467) is known color: Chathams Blue. HEX triplet: 2B, 54 and 67. RGB value is (43,84,103). Sum of RGB (Red+Green+Blue) = 43+84+103=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B5467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5467 is #D4AB98. Grayscale: #494949. Windows color (decimal): -13937561 or 6771755. OLE color: 6771755.

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

Color convert

RGB 43 84 103 -
CMYK 0.58 0.18 0 0.60
HSL 199º 0.41% 0.29% -
HSV(B) 199º 0.58% 0.4% -
XYZ 6.61 7.83 14 -
YUV 73.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 43 84 103 0.58 0.18 0 0.60 199 0.41 0.29
Hex 2B 54 67 3A 12 0 3C C7 29 1D
Octal 53 124 147 72 22 0 74 307 51 35
Binary 101011 1010100 1100111 111010 10010 0 111100 11000111 101001 11101

Color Harmonies of #2B5467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5467

Black with #2B5467

Text Example


Text Example

White with #2B5467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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