#276175

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

Shades of Orient #276175

Tints of Orient #276175

Color information

#276175 (or 0x276175) is unknown color: approx Orient. HEX triplet: 27, 61 and 75. RGB value is (39,97,117). Sum of RGB (Red+Green+Blue) = 39+97+117=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #276175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276175 is #D89E8A. Grayscale: #515151. Windows color (decimal): -14196363 or 7692583. OLE color: 7692583.

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

Color convert

RGB3997117-
CMYK0.670.1700.54
HSL195.38º50%30.59%-
HSV(B)195.38º66.67%45.88%-
XYZ8.3210.2718.37-
YUV81.94147.7897.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.42%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=15.42%
G=38.34%
B=46.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39971170.670.1700.54195.385030.59
Hex2761754311036c3321f
Octal47141165103210663036237
Binary1001111100001111010110000111000101101101100001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276175; }

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

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

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

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

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

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

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

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