#23546F

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

Shades of Chathams Blue #23546F

Tints of Chathams Blue #23546F

Color information

#23546F (or 0x23546F) is unknown color: approx Chathams Blue. HEX triplet: 23, 54 and 6F. RGB value is (35,84,111). Sum of RGB (Red+Green+Blue) = 35+84+111=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #23546F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23546F is #DCAB90. Grayscale: #484848. Windows color (decimal): -14461841 or 7296035. OLE color: 7296035.

HSL color Cylindrical-coordinate representation of color #23546F: hue angle of 201.32º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23546F is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3584111-
CMYK0.680.2400.56
HSL201.32º52.05%28.63%-
HSV(B)201.32º68.47%43.53%-
XYZ6.737.8516.2-
YUV72.43149.77101.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.22%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=15.22%
G=36.52%
B=48.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35841110.680.2400.56201.3252.0528.63
Hex23546F4418038c9341d
Octal43124157104300703116435
Binary1000111010100110111110001001100001110001100100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23546F; }

 p { color: rgb(35,84,111); }

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

<style>
 a { background-color: #23546F; }

 a { background-color: rgb(35,84,111); }

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

<style>
 span { border-color: #23546F; }

 span { border-color: rgb(35,84,111); }

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