Html Css Color HEX #235D68 Chathams Blue

📋 copy color: '#235D68'

red 35 ◦ green 93 ◦ blue 104

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

Shades of Chathams Blue #235D68

Tints of Chathams Blue #235D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

 BLUE value IS 104 (41.02% from 255) = 44.83%

R = 15.09%
G = 40.09%
B = 44.83%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#235D68 (or 0x235D68) is known color: Chathams Blue. HEX triplet: 23, 5D and 68. RGB value is (35,93,104). Sum of RGB (Red+Green+Blue) = 35+93+104=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #235D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D68 is #DCA297. Grayscale: #4C4C4C. Windows color (decimal): -14459544 or 6839587. OLE color: 6839587.

HSL color Cylindrical-coordinate representation of color #235D68: hue angle of 189.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #235D68 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 35 93 104 -
CMYK 0.66 0.11 0 0.59
HSL 189.57º 0.5% 0.27% -
HSV(B) 189.57º 0.66% 0.41% -
XYZ 7.11 9.19 14.5 -
YUV 76.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 35 93 104 0.66 0.11 0 0.59 189.57 0.5 0.27
Hex 23 5D 68 42 B 0 3B BE 32 1B
Octal 43 135 150 102 13 0 73 276 62 33
Binary 100011 1011101 1101000 1000010 1011 0 111011 10111110 110010 11011

Color Harmonies of #235D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235D68

Black with #235D68

Text Example


Text Example

White with #235D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,93,104); }

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

background-color css

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

 a { background-color: rgb(35,93,104); }

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

border-color css

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

 span { border-color: rgb(35,93,104); }

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