#236769

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

Shades of Blue Stone #236769

Tints of Blue Stone #236769

Color information

#236769 (or 0x236769) is unknown color: approx Blue Stone. HEX triplet: 23, 67 and 69. RGB value is (35,103,105). Sum of RGB (Red+Green+Blue) = 35+103+105=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #236769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236769 is #DC9896. Grayscale: #525252. Windows color (decimal): -14456983 or 6907683. OLE color: 6907683.

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

Color convert

RGB35103105-
CMYK0.670.0200.59
HSL181.71º50%27.45%-
HSV(B)181.71º66.67%41.18%-
XYZ8.0911.0815.08-
YUV82.9140.4793.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 103 (40.62% from 255) = 42.39%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=14.40%
G=42.39%
B=43.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal351031050.670.0200.59181.715027.45
Hex23676943203Bb6321b
Octal4314715110320732666233
Binary1000111100111110100110000111001110111011011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236769; }

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

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

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

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

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

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

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

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