#276467

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

Shades of Blue Stone #276467

Tints of Blue Stone #276467

Color information

#276467 (or 0x276467) is unknown color: approx Blue Stone. HEX triplet: 27, 64 and 67. RGB value is (39,100,103). Sum of RGB (Red+Green+Blue) = 39+100+103=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #276467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276467 is #D89B98. Grayscale: #525252. Windows color (decimal): -14195609 or 6775847. OLE color: 6775847.

HSL color Cylindrical-coordinate representation of color #276467: hue angle of 182.81º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #276467 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB39100103-
CMYK0.620.0300.60
HSL182.81º45.07%27.84%-
HSV(B)182.81º62.14%40.39%-
XYZ7.8410.5214.45-
YUV82.1139.7997.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=16.12%
G=41.32%
B=42.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal391001030.620.0300.60182.8145.0727.84
Hex2764673E303Cb72d1c
Octal471441477630742675534
Binary100111110010011001111111101101111001011011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276467; }

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

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

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

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

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

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

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

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