#235D66

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

Shades of Blue Stone #235D66

Tints of Blue Stone #235D66

Color information

#235D66 (or 0x235D66) is unknown color: approx Blue Stone. HEX triplet: 23, 5D and 66. RGB value is (35,93,102). Sum of RGB (Red+Green+Blue) = 35+93+102=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #235D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D66 is #DCA299. Grayscale: #4C4C4C. Windows color (decimal): -14459546 or 6708515. OLE color: 6708515.

HSL color Cylindrical-coordinate representation of color #235D66: hue angle of 188.06º 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 #235D66 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3593102-
CMYK0.660.0900.6
HSL188.06º48.91%26.86%-
HSV(B)188.06º65.69%40%-
XYZ7.019.1513.97-
YUV76.68142.2898.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.22%
GREEN value IS 93 (36.72% from 255) = 40.43%
BLUE value IS 102 (40.23% from 255) = 44.35%
R=15.22%
G=40.43%
B=44.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35931020.660.0900.6188.0648.9126.86
Hex235D6642903Cbc311b
Octal43135146102110742746133
Binary100011101110111001101000010100101111001011110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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