#276380

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

Shades of Orient #276380

Tints of Orient #276380

Color information

#276380 (or 0x276380) is unknown color: approx Orient. HEX triplet: 27, 63 and 80. RGB value is (39,99,128). Sum of RGB (Red+Green+Blue) = 39+99+128=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #276380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276380 is #D89C7F. Grayscale: #545454. Windows color (decimal): -14195840 or 8413991. OLE color: 8413991.

HSL color Cylindrical-coordinate representation of color #276380: hue angle of 199.55º 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 #276380 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3999128-
CMYK0.700.2300.50
HSL199.55º53.29%32.75%-
HSV(B)199.55º69.53%50.2%-
XYZ9.1910.9122.04-
YUV84.37152.6295.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.66%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=14.66%
G=37.22%
B=48.12%

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
Decimal39991280.700.2300.50199.5553.2932.75
Hex2763804617032c83521
Octal47143200106270623106541
Binary100111110001110000000100011010111011001011001000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276380; }

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

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

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

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

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

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

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

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