#235569

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

Shades of Chathams Blue #235569

Tints of Chathams Blue #235569

Color information

#235569 (or 0x235569) is unknown color: approx Chathams Blue. HEX triplet: 23, 55 and 69. RGB value is (35,85,105). Sum of RGB (Red+Green+Blue) = 35+85+105=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #235569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235569 is #DCAA96. Grayscale: #484848. Windows color (decimal): -14461591 or 6903075. OLE color: 6903075.

HSL color Cylindrical-coordinate representation of color #235569: hue angle of 197.14º 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 #235569 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3585105-
CMYK0.670.1900.59
HSL197.14º50%27.45%-
HSV(B)197.14º66.67%41.18%-
XYZ6.497.8714.54-
YUV72.33146.44101.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=15.56%
G=37.78%
B=46.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35851050.670.1900.59197.145027.45
Hex235569431303Bc5321b
Octal43125151103230733056233
Binary1000111010101110100110000111001101110111100010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235569; }

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

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

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

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

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

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

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

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