Html Css Color HEX #235966 Chathams Blue

📋 copy color: '#235966'

red 35 ◦ green 89 ◦ blue 102

#235966
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #235966

Tints of Chathams Blue #235966

RGB

 RED value IS 35 (14.06% from 255) = 15.49%

 GREEN value IS 89 (35.16% from 255) = 39.38%

 BLUE value IS 102 (40.23% from 255) = 45.13%

R = 15.49%
G = 39.38%
B = 45.13%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#235966 (or 0x235966) is known color: Chathams Blue. HEX triplet: 23, 59 and 66. RGB value is (35,89,102). Sum of RGB (Red+Green+Blue) = 35+89+102=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #235966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235966 is #DCA699. Grayscale: #4A4A4A. Windows color (decimal): -14460570 or 6707491. OLE color: 6707491.

HSL color Cylindrical-coordinate representation of color #235966: hue angle of 191.64º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #235966 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 35 89 102 -
CMYK 0.66 0.13 0 0.6
HSL 191.64º 0.49% 0.27% -
HSV(B) 191.64º 0.66% 0.4% -
XYZ 6.66 8.46 13.85 -
YUV 74.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 35 89 102 0.66 0.13 0 0.6 191.64 0.49 0.27
Hex 23 59 66 42 D 0 3C C0 31 1B
Octal 43 131 146 102 15 0 74 300 61 33
Binary 100011 1011001 1100110 1000010 1101 0 111100 11000000 110001 11011

Color Harmonies of #235966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235966

Black with #235966

Text Example


Text Example

White with #235966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235966; }

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

 H1.HeaderClassName
 {
   color: #235966;
 }
 .AnyTagClassName
 {
   color: #235966;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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