#236166

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

Shades of Blue Stone #236166

Tints of Blue Stone #236166

Color information

#236166 (or 0x236166) is unknown color: approx Blue Stone. HEX triplet: 23, 61 and 66. RGB value is (35,97,102). Sum of RGB (Red+Green+Blue) = 35+97+102=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #236166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236166 is #DC9E99. Grayscale: #4E4E4E. Windows color (decimal): -14458522 or 6709539. OLE color: 6709539.

HSL color Cylindrical-coordinate representation of color #236166: hue angle of 184.48º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #236166 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3597102-
CMYK0.660.0500.6
HSL184.48º48.91%26.86%-
HSV(B)184.48º65.69%40%-
XYZ7.379.8714.09-
YUV79.03140.9696.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.96%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 102 (40.23% from 255) = 43.59%
R=14.96%
G=41.45%
B=43.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35971020.660.0500.6184.4848.9126.86
Hex23616642503Cb8311b
Octal4314114610250742706133
Binary10001111000011100110100001010101111001011100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236166; }

 p { color: rgb(35,97,102); }

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

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

 a { background-color: rgb(35,97,102); }

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

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

 span { border-color: rgb(35,97,102); }

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