#235F62

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

Shades of Blue Stone #235F62

Tints of Blue Stone #235F62

Color information

#235F62 (or 0x235F62) is unknown color: approx Blue Stone. HEX triplet: 23, 5F and 62. RGB value is (35,95,98). Sum of RGB (Red+Green+Blue) = 35+95+98=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #235F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235F62 is #DCA09D. Grayscale: #4D4D4D. Windows color (decimal): -14459038 or 6446883. OLE color: 6446883.

HSL color Cylindrical-coordinate representation of color #235F62: hue angle of 182.86º 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 #235F62 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB359598-
CMYK0.640.0300.62
HSL182.86º47.37%26.08%-
HSV(B)182.86º64.29%38.43%-
XYZ6.999.4213.01-
YUV77.4139.6297.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.35%
GREEN value IS 95 (37.5% from 255) = 41.67%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=15.35%
G=41.67%
B=42.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3595980.640.0300.62182.8647.3726.08
Hex235F6240303Eb72f1a
Octal4313714210030762675732
Binary1000111011111110001010000001101111101011011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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