#235E65

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

Shades of Blue Stone #235E65

Tints of Blue Stone #235E65

Color information

#235E65 (or 0x235E65) is unknown color: approx Blue Stone. HEX triplet: 23, 5E and 65. RGB value is (35,94,101). Sum of RGB (Red+Green+Blue) = 35+94+101=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #235E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235E65 is #DCA19A. Grayscale: #4D4D4D. Windows color (decimal): -14459291 or 6643235. OLE color: 6643235.

HSL color Cylindrical-coordinate representation of color #235E65: hue angle of 186.36º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235E65 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3594101-
CMYK0.650.0700.60
HSL186.36º48.53%26.67%-
HSV(B)186.36º65.35%39.61%-
XYZ7.049.313.74-
YUV77.16141.4597.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.22%
GREEN value IS 94 (37.11% from 255) = 40.87%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=15.22%
G=40.87%
B=43.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35941010.650.0700.60186.3648.5326.67
Hex235E6541703Cba311b
Octal4313614510170742726133
Binary10001110111101100101100000111101111001011101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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