#276280

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

Shades of Orient #276280

Tints of Orient #276280

Color information

#276280 (or 0x276280) is unknown color: approx Orient. HEX triplet: 27, 62 and 80. RGB value is (39,98,128). Sum of RGB (Red+Green+Blue) = 39+98+128=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #276280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276280 is #D89D7F. Grayscale: #535353. Windows color (decimal): -14196096 or 8413735. OLE color: 8413735.

HSL color Cylindrical-coordinate representation of color #276280: hue angle of 200.22º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #276280 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3998128-
CMYK0.700.2300.50
HSL200.22º53.29%32.75%-
HSV(B)200.22º69.53%50.2%-
XYZ9.110.7322.01-
YUV83.78152.9596.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 128 (50.39% from 255) = 48.30%
R=14.72%
G=36.98%
B=48.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39981280.700.2300.50200.2253.2932.75
Hex2762804617032c83521
Octal47142200106270623106541
Binary100111110001010000000100011010111011001011001000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276280; }

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

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

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

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

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

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

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

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