#235C69

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

Shades of Chathams Blue #235C69

Tints of Chathams Blue #235C69

Color information

#235C69 (or 0x235C69) is unknown color: approx Chathams Blue. HEX triplet: 23, 5C and 69. RGB value is (35,92,105). Sum of RGB (Red+Green+Blue) = 35+92+105=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #235C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C69 is #DCA396. Grayscale: #4C4C4C. Windows color (decimal): -14459799 or 6904867. OLE color: 6904867.

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

Color convert

RGB3592105-
CMYK0.670.1200.59
HSL191.14º50%27.45%-
HSV(B)191.14º66.67%41.18%-
XYZ7.079.0314.74-
YUV76.44144.1298.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.09%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 105 (41.41% from 255) = 45.26%
R=15.09%
G=39.66%
B=45.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35921050.670.1200.59191.145027.45
Hex235C6943C03Bbf321b
Octal43134151103140732776233
Binary100011101110011010011000011110001110111011111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235C69; }

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

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

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

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

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

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

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

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