#236063

Color #236063 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #236063

Tints of Blue Stone #236063

Color information

#236063 (or 0x236063) is unknown color: approx Blue Stone. HEX triplet: 23, 60 and 63. RGB value is (35,96,99). Sum of RGB (Red+Green+Blue) = 35+96+99=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #236063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236063 is #DC9F9C. Grayscale: #4E4E4E. Windows color (decimal): -14458781 or 6512675. OLE color: 6512675.

HSL color Cylindrical-coordinate representation of color #236063: hue angle of 182.81º 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 #236063 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB359699-
CMYK0.650.0300.61
HSL182.81º47.76%26.27%-
HSV(B)182.81º64.65%38.82%-
XYZ7.139.6213.29-
YUV78.1139.7997.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.22%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=15.22%
G=41.74%
B=43.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3596990.650.0300.61182.8147.7626.27
Hex23606341303Db7301a
Octal4314014310130752676032
Binary1000111100000110001110000011101111011011011111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236063; }

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

 H1.HeaderClassName
 {
   color: #236063;
 }
 .AnyTagClassName
 {
   color: #236063;
 }
</style>
background-color css

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

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

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

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

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

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