#23506B

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

Shades of Chathams Blue #23506B

Tints of Chathams Blue #23506B

Color information

#23506B (or 0x23506B) is unknown color: approx Chathams Blue. HEX triplet: 23, 50 and 6B. RGB value is (35,80,107). Sum of RGB (Red+Green+Blue) = 35+80+107=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #23506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23506B is #DCAF94. Grayscale: #454545. Windows color (decimal): -14462869 or 7032867. OLE color: 7032867.

HSL color Cylindrical-coordinate representation of color #23506B: hue angle of 202.5º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23506B is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3580107-
CMYK0.670.2500.58
HSL202.5º50.7%27.84%-
HSV(B)202.5º67.29%41.96%-
XYZ6.227.1614.96-
YUV69.62149.09103.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.77%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=15.77%
G=36.04%
B=48.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35801070.670.2500.58202.550.727.84
Hex23506B431903Aca331c
Octal43120153103310723126334
Binary1000111010000110101110000111100101110101100101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23506B; }

 p { color: rgb(35,80,107); }

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

<style>
 a { background-color: #23506B; }

 a { background-color: rgb(35,80,107); }

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

<style>
 span { border-color: #23506B; }

 span { border-color: rgb(35,80,107); }

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