#236468

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

Shades of Blue Stone #236468

Tints of Blue Stone #236468

Color information

#236468 (or 0x236468) is unknown color: approx Blue Stone. HEX triplet: 23, 64 and 68. RGB value is (35,100,104). Sum of RGB (Red+Green+Blue) = 35+100+104=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #236468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236468 is #DC9B97. Grayscale: #505050. Windows color (decimal): -14457752 or 6841379. OLE color: 6841379.

HSL color Cylindrical-coordinate representation of color #236468: hue angle of 183.48º 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 #236468 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB35100104-
CMYK0.660.0400.59
HSL183.48º49.64%27.25%-
HSV(B)183.48º66.35%40.78%-
XYZ7.7510.4714.71-
YUV81.02140.9795.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.64%
GREEN value IS 100 (39.45% from 255) = 41.84%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=14.64%
G=41.84%
B=43.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal351001040.660.0400.59183.4849.6427.25
Hex23646842403Bb7321b
Octal4314415010240732676233
Binary10001111001001101000100001010001110111011011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236468; }

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

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

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

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

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

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

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

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