#276275

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

Shades of Orient #276275

Tints of Orient #276275

Color information

#276275 (or 0x276275) is unknown color: approx Orient. HEX triplet: 27, 62 and 75. RGB value is (39,98,117). Sum of RGB (Red+Green+Blue) = 39+98+117=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #276275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276275 is #D89D8A. Grayscale: #525252. Windows color (decimal): -14196107 or 7692839. OLE color: 7692839.

HSL color Cylindrical-coordinate representation of color #276275: hue angle of 194.62º 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 #276275 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3998117-
CMYK0.670.1600.54
HSL194.62º50%30.59%-
HSV(B)194.62º66.67%45.88%-
XYZ8.4210.4518.4-
YUV82.52147.4596.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.35%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=15.35%
G=38.58%
B=46.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39981170.670.1600.54194.625030.59
Hex2762754310036c3321f
Octal47142165103200663036237
Binary1001111100010111010110000111000001101101100001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276275; }

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

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

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

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

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

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

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

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