#235C62

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

Shades of Blue Stone #235C62

Tints of Blue Stone #235C62

Color information

#235C62 (or 0x235C62) is unknown color: approx Blue Stone. HEX triplet: 23, 5C and 62. RGB value is (35,92,98). Sum of RGB (Red+Green+Blue) = 35+92+98=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #235C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C62 is #DCA39D. Grayscale: #4B4B4B. Windows color (decimal): -14459806 or 6446115. OLE color: 6446115.

HSL color Cylindrical-coordinate representation of color #235C62: hue angle of 185.71º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #235C62 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB359298-
CMYK0.640.0600.62
HSL185.71º47.37%26.08%-
HSV(B)185.71º64.29%38.43%-
XYZ6.728.8912.92-
YUV75.64140.6299.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=15.56%
G=40.89%
B=43.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3592980.640.0600.62185.7147.3726.08
Hex235C6240603Eba2f1a
Octal4313414210060762725732
Binary10001110111001100010100000011001111101011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,92,98); }

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

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

 a { background-color: rgb(35,92,98); }

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

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

 span { border-color: rgb(35,92,98); }

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