#235E66

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

Shades of Blue Stone #235E66

Tints of Blue Stone #235E66

Color information

#235E66 (or 0x235E66) is unknown color: approx Blue Stone. HEX triplet: 23, 5E and 66. RGB value is (35,94,102). Sum of RGB (Red+Green+Blue) = 35+94+102=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #235E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235E66 is #DCA199. Grayscale: #4D4D4D. Windows color (decimal): -14459290 or 6708771. OLE color: 6708771.

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

Color convert

RGB3594102-
CMYK0.660.0800.6
HSL187.16º48.91%26.86%-
HSV(B)187.16º65.69%40%-
XYZ7.099.3214-
YUV77.27141.9597.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.15%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 102 (40.23% from 255) = 44.16%
R=15.15%
G=40.69%
B=44.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35941020.660.0800.6187.1648.9126.86
Hex235E6642803Cbb311b
Octal43136146102100742736133
Binary100011101111011001101000010100001111001011101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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