#236569

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

Shades of Blue Stone #236569

Tints of Blue Stone #236569

Color information

#236569 (or 0x236569) is unknown color: approx Blue Stone. HEX triplet: 23, 65 and 69. RGB value is (35,101,105). Sum of RGB (Red+Green+Blue) = 35+101+105=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #236569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236569 is #DC9A96. Grayscale: #515151. Windows color (decimal): -14457495 or 6907171. OLE color: 6907171.

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

Color convert

RGB35101105-
CMYK0.670.0400.59
HSL183.43º50%27.45%-
HSV(B)183.43º66.67%41.18%-
XYZ7.910.6815.01-
YUV81.72141.1394.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.52%
GREEN value IS 101 (39.84% from 255) = 41.91%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=14.52%
G=41.91%
B=43.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal351011050.670.0400.59183.435027.45
Hex23656943403Bb7321b
Octal4314515110340732676233
Binary10001111001011101001100001110001110111011011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236569; }

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

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

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

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

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

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

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

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