#275878

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

Shades of Orient #275878

Tints of Orient #275878

Color information

#275878 (or 0x275878) is unknown color: approx Orient. HEX triplet: 27, 58 and 78. RGB value is (39,88,120). Sum of RGB (Red+Green+Blue) = 39+88+120=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #275878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275878 is #D8A787. Grayscale: #4C4C4C. Windows color (decimal): -14198664 or 7886887. OLE color: 7886887.

HSL color Cylindrical-coordinate representation of color #275878: hue angle of 203.7º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #275878 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3988120-
CMYK0.670.2700.53
HSL203.7º50.94%31.18%-
HSV(B)203.7º67.5%47.06%-
XYZ7.728.7719.05-
YUV77152.27100.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.79%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=15.79%
G=35.63%
B=48.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39881200.670.2700.53203.750.9431.18
Hex275878431B035cc331f
Octal47130170103330653146337
Binary1001111011000111100010000111101101101011100110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275878; }

 p { color: rgb(39,88,120); }

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

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

 a { background-color: rgb(39,88,120); }

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

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

 span { border-color: rgb(39,88,120); }

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