Html Css Color HEX #235E69 Chathams Blue

📋 copy color: '#235E69'

red 35 ◦ green 94 ◦ blue 105

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

Shades of Chathams Blue #235E69

Tints of Chathams Blue #235E69

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.17%

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

R = 14.96%
G = 40.17%
B = 44.87%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#235E69 (or 0x235E69) is known color: Chathams Blue. HEX triplet: 23, 5E and 69. RGB value is (35,94,105). Sum of RGB (Red+Green+Blue) = 35+94+105=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #235E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235E69 is #DCA196. Grayscale: #4D4D4D. Windows color (decimal): -14459287 or 6905379. OLE color: 6905379.

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

Color convert

RGB 35 94 105 -
CMYK 0.67 0.10 0 0.59
HSL 189.43º 0.5% 0.27% -
HSV(B) 189.43º 0.67% 0.41% -
XYZ 7.25 9.38 14.79 -
YUV 77.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 35 94 105 0.67 0.10 0 0.59 189.43 0.5 0.27
Hex 23 5E 69 43 A 0 3B BD 32 1B
Octal 43 136 151 103 12 0 73 275 62 33
Binary 100011 1011110 1101001 1000011 1010 0 111011 10111101 110010 11011

Color Harmonies of #235E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235E69

Black with #235E69

Text Example


Text Example

White with #235E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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