#276481

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

Shades of Orient #276481

Tints of Orient #276481

Color information

#276481 (or 0x276481) is unknown color: approx Orient. HEX triplet: 27, 64 and 81. RGB value is (39,100,129). Sum of RGB (Red+Green+Blue) = 39+100+129=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #276481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276481 is #D89B7E. Grayscale: #545454. Windows color (decimal): -14195583 or 8479783. OLE color: 8479783.

HSL color Cylindrical-coordinate representation of color #276481: hue angle of 199.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #276481 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB39100129-
CMYK0.700.2200.49
HSL199.33º53.57%32.94%-
HSV(B)199.33º69.77%50.59%-
XYZ9.3611.1322.42-
YUV85.07152.7995.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 129 (50.78% from 255) = 48.13%
R=14.55%
G=37.31%
B=48.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391001290.700.2200.49199.3353.5732.94
Hex2764814616031c73621
Octal47144201106260613076641
Binary100111110010010000001100011010110011000111000111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276481; }

 p { color: rgb(39,100,129); }

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

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

 a { background-color: rgb(39,100,129); }

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

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

 span { border-color: rgb(39,100,129); }

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