#236868

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

Shades of Blue Stone #236868

Tints of Blue Stone #236868

Color information

#236868 (or 0x236868) is unknown color: approx Blue Stone. HEX triplet: 23, 68 and 68. RGB value is (35,104,104). Sum of RGB (Red+Green+Blue) = 35+104+104=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #236868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236868 is #DC9797. Grayscale: #535353. Windows color (decimal): -14456728 or 6842403. OLE color: 6842403.

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

Color convert

RGB35104104-
CMYK0.66000.59
HSL180º49.64%27.25%-
HSV(B)180º66.35%40.78%-
XYZ8.1411.2614.84-
YUV83.37139.6493.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=14.40%
G=42.80%
B=42.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal351041040.66000.5918049.6427.25
Hex23686842003Bb4321b
Octal4315015010200732646233
Binary100011110100011010001000010001110111011010011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236868; }

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

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

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

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

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

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

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

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