#236962

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

Shades of Blue Stone #236962

Tints of Blue Stone #236962

Color information

#236962 (or 0x236962) is unknown color: approx Blue Stone. HEX triplet: 23, 69 and 62. RGB value is (35,105,98). Sum of RGB (Red+Green+Blue) = 35+105+98=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #236962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236962 is #DC969D. Grayscale: #535353. Windows color (decimal): -14456478 or 6449443. OLE color: 6449443.

HSL color Cylindrical-coordinate representation of color #236962: hue angle of 174º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #236962 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB3510598-
CMYK0.6700.070.59
HSL174º50%27.45%-
HSV(B)174º66.67%41.18%-
XYZ7.9511.3413.33-
YUV83.27136.3193.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.71%
GREEN value IS 105 (41.41% from 255) = 44.12%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=14.71%
G=44.12%
B=41.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35105980.6700.070.591745027.45
Hex23696243073Bae321b
Octal4315114210307732566233
Binary10001111010011100010100001101111110111010111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236962; }

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

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

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

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

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

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

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

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