#276469

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

Shades of Blue Stone #276469

Tints of Blue Stone #276469

Color information

#276469 (or 0x276469) is unknown color: approx Blue Stone. HEX triplet: 27, 64 and 69. RGB value is (39,100,105). Sum of RGB (Red+Green+Blue) = 39+100+105=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #276469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276469 is #D89B96. Grayscale: #525252. Windows color (decimal): -14195607 or 6906919. OLE color: 6906919.

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

Color convert

RGB39100105-
CMYK0.630.0500.59
HSL184.55º45.83%28.24%-
HSV(B)184.55º62.86%41.18%-
XYZ7.9410.5714.99-
YUV82.33140.7997.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 100 (39.45% from 255) = 40.98%
BLUE value IS 105 (41.41% from 255) = 43.03%
R=15.98%
G=40.98%
B=43.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal391001050.630.0500.59184.5545.8328.24
Hex2764693F503Bb92e1c
Octal471441517750732715634
Binary1001111100100110100111111110101110111011100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276469; }

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

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

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

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

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

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

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

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