#276278

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

Shades of Orient #276278

Tints of Orient #276278

Color information

#276278 (or 0x276278) is unknown color: approx Orient. HEX triplet: 27, 62 and 78. RGB value is (39,98,120). Sum of RGB (Red+Green+Blue) = 39+98+120=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #276278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276278 is #D89D87. Grayscale: #525252. Windows color (decimal): -14196104 or 7889447. OLE color: 7889447.

HSL color Cylindrical-coordinate representation of color #276278: hue angle of 196.3º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #276278 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3998120-
CMYK0.670.1800.53
HSL196.3º50.94%31.18%-
HSV(B)196.3º67.5%47.06%-
XYZ8.5910.5219.35-
YUV82.87148.9596.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.18%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=15.18%
G=38.13%
B=46.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39981200.670.1800.53196.350.9431.18
Hex2762784312035c4331f
Octal47142170103220653046337
Binary1001111100010111100010000111001001101011100010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276278; }

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

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

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

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

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

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

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

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