Html Css Color HEX #235960 Blue Stone

📋 copy color: '#235960'

red 35 ◦ green 89 ◦ blue 96

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

Shades of Blue Stone #235960

Tints of Blue Stone #235960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.64%

R = 15.91%
G = 40.45%
B = 43.64%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#235960 (or 0x235960) is known color: Blue Stone. HEX triplet: 23, 59 and 60. RGB value is (35,89,96). Sum of RGB (Red+Green+Blue) = 35+89+96=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #235960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235960 is #DCA69F. Grayscale: #494949. Windows color (decimal): -14460576 or 6314275. OLE color: 6314275.

HSL color Cylindrical-coordinate representation of color #235960: hue angle of 186.89º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #235960 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 89 96 -
CMYK 0.64 0.07 0 0.62
HSL 186.89º 0.47% 0.26% -
HSV(B) 186.89º 0.64% 0.38% -
XYZ 6.38 8.35 12.34 -
YUV 73.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 35 89 96 0.64 0.07 0 0.62 186.89 0.47 0.26
Hex 23 59 60 40 7 0 3E BB 2F 1A
Octal 43 131 140 100 7 0 76 273 57 32
Binary 100011 1011001 1100000 1000000 111 0 111110 10111011 101111 11010

Color Harmonies of #235960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235960

Black with #235960

Text Example


Text Example

White with #235960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235960; }

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

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

background-color css

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

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

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

border-color css

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

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

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