Html Css Color HEX #235969 Chathams Blue

📋 copy color: '#235969'

red 35 ◦ green 89 ◦ blue 105

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

Shades of Chathams Blue #235969

Tints of Chathams Blue #235969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.85%

R = 15.28%
G = 38.86%
B = 45.85%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#235969 (or 0x235969) is known color: Chathams Blue. HEX triplet: 23, 59 and 69. RGB value is (35,89,105). Sum of RGB (Red+Green+Blue) = 35+89+105=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #235969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235969 is #DCA696. Grayscale: #4A4A4A. Windows color (decimal): -14460567 or 6904099. OLE color: 6904099.

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

Color convert

RGB 35 89 105 -
CMYK 0.67 0.15 0 0.59
HSL 193.71º 0.5% 0.27% -
HSV(B) 193.71º 0.67% 0.41% -
XYZ 6.82 8.52 14.65 -
YUV 74.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 35 89 105 0.67 0.15 0 0.59 193.71 0.5 0.27
Hex 23 59 69 43 F 0 3B C2 32 1B
Octal 43 131 151 103 17 0 73 302 62 33
Binary 100011 1011001 1101001 1000011 1111 0 111011 11000010 110010 11011

Color Harmonies of #235969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235969

Black with #235969

Text Example


Text Example

White with #235969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235969; }

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

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

background-color css

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

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

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

border-color css

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

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

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