Html Css Color HEX #235A69 Chathams Blue

📋 copy color: '#235A69'

red 35 ◦ green 90 ◦ blue 105

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

Shades of Chathams Blue #235A69

Tints of Chathams Blue #235A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.13%

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

R = 15.22%
G = 39.13%
B = 45.65%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#235A69 (or 0x235A69) is known color: Chathams Blue. HEX triplet: 23, 5A and 69. RGB value is (35,90,105). Sum of RGB (Red+Green+Blue) = 35+90+105=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #235A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A69 is #DCA596. Grayscale: #4B4B4B. Windows color (decimal): -14460311 or 6904355. OLE color: 6904355.

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

Color convert

RGB 35 90 105 -
CMYK 0.67 0.14 0 0.59
HSL 192.86º 0.5% 0.27% -
HSV(B) 192.86º 0.67% 0.41% -
XYZ 6.9 8.69 14.68 -
YUV 75.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 35 90 105 0.67 0.14 0 0.59 192.86 0.5 0.27
Hex 23 5A 69 43 E 0 3B C1 32 1B
Octal 43 132 151 103 16 0 73 301 62 33
Binary 100011 1011010 1101001 1000011 1110 0 111011 11000001 110010 11011

Color Harmonies of #235A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235A69

Black with #235A69

Text Example


Text Example

White with #235A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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