#236767

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

Shades of Blue Stone #236767

Tints of Blue Stone #236767

Color information

#236767 (or 0x236767) is unknown color: approx Blue Stone. HEX triplet: 23, 67 and 67. RGB value is (35,103,103). Sum of RGB (Red+Green+Blue) = 35+103+103=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: green, blue. Hex color #236767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236767 is #DC9898. Grayscale: #525252. Windows color (decimal): -14456985 or 6776611. OLE color: 6776611.

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

Color convert

RGB35103103-
CMYK0.66000.60
HSL180º49.28%27.06%-
HSV(B)180º66.02%40.39%-
XYZ7.9911.0414.54-
YUV82.67139.4794-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.52%
GREEN value IS 103 (40.62% from 255) = 42.74%
BLUE value IS 103 (40.62% from 255) = 42.74%
R=14.52%
G=42.74%
B=42.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal351031030.66000.6018049.2827.06
Hex23676742003Cb4311b
Octal4314714710200742646133
Binary100011110011111001111000010001111001011010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236767; }

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

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

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

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

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

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

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

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