Html Css Color HEX #236360 Blue Stone

📋 copy color: '#236360'

red 35 ◦ green 99 ◦ blue 96

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

Shades of Blue Stone #236360

Tints of Blue Stone #236360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.04%

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

R = 15.22%
G = 43.04%
B = 41.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#236360 (or 0x236360) is known color: Blue Stone. HEX triplet: 23, 63 and 60. RGB value is (35,99,96). Sum of RGB (Red+Green+Blue) = 35+99+96=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #236360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236360 is #DC9C9F. Grayscale: #4F4F4F. Windows color (decimal): -14458016 or 6316835. OLE color: 6316835.

HSL color Cylindrical-coordinate representation of color #236360: hue angle of 177.19º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #236360 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 99 96 -
CMYK 0.65 0 0.03 0.61
HSL 177.19º 0.48% 0.26% -
HSV(B) 177.19º 0.65% 0.39% -
XYZ 7.27 10.13 12.64 -
YUV 79.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 35 99 96 0.65 0 0.03 0.61 177.19 0.48 0.26
Hex 23 63 60 41 0 3 3D B1 30 1A
Octal 43 143 140 101 0 3 75 261 60 32
Binary 100011 1100011 1100000 1000001 0 11 111101 10110001 110000 11010

Color Harmonies of #236360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236360

Black with #236360

Text Example


Text Example

White with #236360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236360; }

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

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

background-color css

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

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

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

border-color css

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

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

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