#236260

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

Shades of Blue Stone #236260

Tints of Blue Stone #236260

Color information

#236260 (or 0x236260) is unknown color: approx Blue Stone. HEX triplet: 23, 62 and 60. RGB value is (35,98,96). Sum of RGB (Red+Green+Blue) = 35+98+96=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #236260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236260 is #DC9D9F. Grayscale: #4E4E4E. Windows color (decimal): -14458272 or 6316579. OLE color: 6316579.

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

Color convert

RGB359896-
CMYK0.6400.020.62
HSL178.1º47.37%26.08%-
HSV(B)178.1º64.29%38.43%-
XYZ7.179.9412.61-
YUV78.94137.6396.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.28%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=15.28%
G=42.79%
B=41.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3598960.6400.020.62178.147.3726.08
Hex23626040023Eb22f1a
Octal4314214010002762625732
Binary1000111100010110000010000000101111101011001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236260; }

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

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

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

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

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

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

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

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