#235169

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

Shades of Chathams Blue #235169

Tints of Chathams Blue #235169

Color information

#235169 (or 0x235169) is unknown color: approx Chathams Blue. HEX triplet: 23, 51 and 69. RGB value is (35,81,105). Sum of RGB (Red+Green+Blue) = 35+81+105=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #235169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235169 is #DCAE96. Grayscale: #454545. Windows color (decimal): -14462615 or 6902051. OLE color: 6902051.

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

Color convert

RGB3581105-
CMYK0.670.2300.59
HSL200.57º50%27.45%-
HSV(B)200.57º66.67%41.18%-
XYZ6.197.2614.44-
YUV69.98147.76103.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.84%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=15.84%
G=36.65%
B=47.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35811050.670.2300.59200.575027.45
Hex235169431703Bc9321b
Octal43121151103270733116233
Binary1000111010001110100110000111011101110111100100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235169; }

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

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

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

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

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

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

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

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