#235963

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

Shades of Chathams Blue #235963

Tints of Chathams Blue #235963

Color information

#235963 (or 0x235963) is unknown color: approx Chathams Blue. HEX triplet: 23, 59 and 63. RGB value is (35,89,99). Sum of RGB (Red+Green+Blue) = 35+89+99=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #235963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235963 is #DCA69C. Grayscale: #494949. Windows color (decimal): -14460573 or 6510883. OLE color: 6510883.

HSL color Cylindrical-coordinate representation of color #235963: hue angle of 189.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235963 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB358999-
CMYK0.650.1000.61
HSL189.38º47.76%26.27%-
HSV(B)189.38º64.65%38.82%-
XYZ6.528.413.08-
YUV73.99142.11100.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.70%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 99 (39.06% from 255) = 44.39%
R=15.70%
G=39.91%
B=44.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3589990.650.1000.61189.3847.7626.27
Hex23596341A03Dbd301a
Octal43131143101120752756032
Binary100011101100111000111000001101001111011011110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235963; }

 p { color: rgb(35,89,99); }

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

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

 a { background-color: rgb(35,89,99); }

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

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

 span { border-color: rgb(35,89,99); }

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