#235269

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

Shades of Chathams Blue #235269

Tints of Chathams Blue #235269

Color information

#235269 (or 0x235269) is unknown color: approx Chathams Blue. HEX triplet: 23, 52 and 69. RGB value is (35,82,105). Sum of RGB (Red+Green+Blue) = 35+82+105=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #235269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235269 is #DCAD96. Grayscale: #464646. Windows color (decimal): -14462359 or 6902307. OLE color: 6902307.

HSL color Cylindrical-coordinate representation of color #235269: hue angle of 199.71º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #235269 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3582105-
CMYK0.670.2200.59
HSL199.71º50%27.45%-
HSV(B)199.71º66.67%41.18%-
XYZ6.267.4114.47-
YUV70.57147.43102.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.77%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=15.77%
G=36.94%
B=47.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35821050.670.2200.59199.715027.45
Hex235269431603Bc8321b
Octal43122151103260733106233
Binary1000111010010110100110000111011001110111100100011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235269; }

 p { color: rgb(35,82,105); }

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

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

 a { background-color: rgb(35,82,105); }

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

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

 span { border-color: rgb(35,82,105); }

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