#235D69

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

Shades of Chathams Blue #235D69

Tints of Chathams Blue #235D69

Color information

#235D69 (or 0x235D69) is unknown color: approx Chathams Blue. HEX triplet: 23, 5D and 69. RGB value is (35,93,105). Sum of RGB (Red+Green+Blue) = 35+93+105=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #235D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D69 is #DCA296. Grayscale: #4C4C4C. Windows color (decimal): -14459543 or 6905123. OLE color: 6905123.

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

Color convert

RGB3593105-
CMYK0.670.1100.59
HSL190.29º50%27.45%-
HSV(B)190.29º66.67%41.18%-
XYZ7.169.2114.76-
YUV77.03143.7898.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.02%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=15.02%
G=39.91%
B=45.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35931050.670.1100.59190.295027.45
Hex235D6943B03Bbe321b
Octal43135151103130732766233
Binary100011101110111010011000011101101110111011111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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