#236262

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

Shades of Blue Stone #236262

Tints of Blue Stone #236262

Color information

#236262 (or 0x236262) is unknown color: approx Blue Stone. HEX triplet: 23, 62 and 62. RGB value is (35,98,98). Sum of RGB (Red+Green+Blue) = 35+98+98=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #236262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236262 is #DC9D9D. Grayscale: #4F4F4F. Windows color (decimal): -14458270 or 6447651. OLE color: 6447651.

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

Color convert

RGB359898-
CMYK0.64000.62
HSL180º47.37%26.08%-
HSV(B)180º64.29%38.43%-
XYZ7.279.9713.1-
YUV79.16138.6396.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.15%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=15.15%
G=42.42%
B=42.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3598980.64000.6218047.3726.08
Hex23626240003Eb42f1a
Octal4314214210000762645732
Binary100011110001011000101000000001111101011010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236262; }

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

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

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

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

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

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

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

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