#2B506A

Color #2B506A Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #2B506A

Tints of Chathams Blue #2B506A

Color information

#2B506A (or 0x2B506A) is unknown color: approx Chathams Blue. HEX triplet: 2B, 50 and 6A. RGB value is (43,80,106). Sum of RGB (Red+Green+Blue) = 43+80+106=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B506A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B506A is #D4AF95. Grayscale: #474747. Windows color (decimal): -13938582 or 6967339. OLE color: 6967339.

HSL color Cylindrical-coordinate representation of color #2B506A: hue angle of 204.76º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B506A is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4380106-
CMYK0.590.2500.58
HSL204.76º42.28%29.22%-
HSV(B)204.76º59.43%41.57%-
XYZ6.477.2914.7-
YUV71.9147.24107.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.78%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=18.78%
G=34.93%
B=46.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43801060.590.2500.58204.7642.2829.22
Hex2B506A3B1903Acd2a1d
Octal5312015273310723155235
Binary101011101000011010101110111100101110101100110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,80,106); }

 H1.HeaderClassName
 {
   color: #2B506A;
 }
 .AnyTagClassName
 {
   color: #2B506A;
 }
</style>
background-color css

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

 a { background-color: rgb(43,80,106); }

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

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

 span { border-color: rgb(43,80,106); }

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