#276369

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

Shades of Blue Stone #276369

Tints of Blue Stone #276369

Color information

#276369 (or 0x276369) is unknown color: approx Blue Stone. HEX triplet: 27, 63 and 69. RGB value is (39,99,105). Sum of RGB (Red+Green+Blue) = 39+99+105=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 99 (39.06% from 255 or 40.74% 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 #276369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276369 is #D89C96. Grayscale: #515151. Windows color (decimal): -14195863 or 6906663. OLE color: 6906663.

HSL color Cylindrical-coordinate representation of color #276369: hue angle of 185.45º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #276369 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3999105-
CMYK0.630.0600.59
HSL185.45º45.83%28.24%-
HSV(B)185.45º62.86%41.18%-
XYZ7.8510.3714.95-
YUV81.74141.1297.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.05%
GREEN value IS 99 (39.06% from 255) = 40.74%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=16.05%
G=40.74%
B=43.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39991050.630.0600.59185.4545.8328.24
Hex2763693F603Bb92e1c
Octal471431517760732715634
Binary1001111100011110100111111111001110111011100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276369; }

 p { color: rgb(39,99,105); }

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

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

 a { background-color: rgb(39,99,105); }

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

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

 span { border-color: rgb(39,99,105); }

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