#276367

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

Shades of Blue Stone #276367

Tints of Blue Stone #276367

Color information

#276367 (or 0x276367) is unknown color: approx Blue Stone. HEX triplet: 27, 63 and 67. RGB value is (39,99,103). Sum of RGB (Red+Green+Blue) = 39+99+103=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #276367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276367 is #D89C98. Grayscale: #515151. Windows color (decimal): -14195865 or 6775591. OLE color: 6775591.

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

Color convert

RGB3999103-
CMYK0.620.0400.60
HSL183.75º45.07%27.84%-
HSV(B)183.75º62.14%40.39%-
XYZ7.7510.3314.42-
YUV81.52140.1297.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 103 (40.62% from 255) = 42.74%
R=16.18%
G=41.08%
B=42.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39991030.620.0400.60183.7545.0727.84
Hex2763673E403Cb82d1c
Octal471431477640742705534
Binary1001111100011110011111111010001111001011100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276367; }

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

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

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

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

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

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

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

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