Html Css Color HEX #2B5366 Chathams Blue

📋 copy color: '#2B5366'

red 43 ◦ green 83 ◦ blue 102

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

Shades of Chathams Blue #2B5366

Tints of Chathams Blue #2B5366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

 BLUE value IS 102 (40.23% from 255) = 44.74%

R = 18.86%
G = 36.4%
B = 44.74%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2B5366 (or 0x2B5366) is known color: Chathams Blue. HEX triplet: 2B, 53 and 66. RGB value is (43,83,102). Sum of RGB (Red+Green+Blue) = 43+83+102=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B5366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5366 is #D4AC99. Grayscale: #494949. Windows color (decimal): -13937818 or 6705963. OLE color: 6705963.

HSL color Cylindrical-coordinate representation of color #2B5366: hue angle of 199.32º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B5366 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 83 102 -
CMYK 0.58 0.19 0 0.6
HSL 199.32º 0.41% 0.28% -
HSV(B) 199.32º 0.58% 0.4% -
XYZ 6.49 7.66 13.71 -
YUV 73.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 43 83 102 0.58 0.19 0 0.6 199.32 0.41 0.28
Hex 2B 53 66 3A 13 0 3C C7 29 1C
Octal 53 123 146 72 23 0 74 307 51 34
Binary 101011 1010011 1100110 111010 10011 0 111100 11000111 101001 11100

Color Harmonies of #2B5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5366

Black with #2B5366

Text Example


Text Example

White with #2B5366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,83,102); }

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

background-color css

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

 a { background-color: rgb(43,83,102); }

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

border-color css

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

 span { border-color: rgb(43,83,102); }

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