#276276

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

Shades of Orient #276276

Tints of Orient #276276

Color information

#276276 (or 0x276276) is unknown color: approx Orient. HEX triplet: 27, 62 and 76. RGB value is (39,98,118). Sum of RGB (Red+Green+Blue) = 39+98+118=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #276276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276276 is #D89D89. Grayscale: #525252. Windows color (decimal): -14196106 or 7758375. OLE color: 7758375.

HSL color Cylindrical-coordinate representation of color #276276: hue angle of 195.19º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #276276 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3998118-
CMYK0.670.1700.54
HSL195.19º50.32%30.78%-
HSV(B)195.19º66.95%46.27%-
XYZ8.4710.4718.71-
YUV82.64147.9596.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.29%
GREEN value IS 98 (38.67% from 255) = 38.43%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=15.29%
G=38.43%
B=46.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39981180.670.1700.54195.1950.3230.78
Hex2762764311036c3321f
Octal47142166103210663036237
Binary1001111100010111011010000111000101101101100001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276276; }

 p { color: rgb(39,98,118); }

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

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

 a { background-color: rgb(39,98,118); }

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

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

 span { border-color: rgb(39,98,118); }

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