Html Css Color HEX #2B5465 Chathams Blue

📋 copy color: '#2B5465'

red 43 ◦ green 84 ◦ blue 101

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

Shades of Chathams Blue #2B5465

Tints of Chathams Blue #2B5465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.3%

R = 18.86%
G = 36.84%
B = 44.3%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2B5465 (or 0x2B5465) is known color: Chathams Blue. HEX triplet: 2B, 54 and 65. RGB value is (43,84,101). Sum of RGB (Red+Green+Blue) = 43+84+101=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B5465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5465 is #D4AB9A. Grayscale: #494949. Windows color (decimal): -13937563 or 6640683. OLE color: 6640683.

HSL color Cylindrical-coordinate representation of color #2B5465: hue angle of 197.59º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B5465 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 43 84 101 -
CMYK 0.57 0.17 0 0.60
HSL 197.59º 0.4% 0.28% -
HSV(B) 197.59º 0.57% 0.4% -
XYZ 6.52 7.79 13.47 -
YUV 73.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 43 84 101 0.57 0.17 0 0.60 197.59 0.4 0.28
Hex 2B 54 65 39 11 0 3C C6 28 1C
Octal 53 124 145 71 21 0 74 306 50 34
Binary 101011 1010100 1100101 111001 10001 0 111100 11000110 101000 11100

Color Harmonies of #2B5465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5465

Black with #2B5465

Text Example


Text Example

White with #2B5465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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