#275978

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

Shades of Orient #275978

Tints of Orient #275978

Color information

#275978 (or 0x275978) is unknown color: approx Orient. HEX triplet: 27, 59 and 78. RGB value is (39,89,120). Sum of RGB (Red+Green+Blue) = 39+89+120=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #275978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275978 is #D8A687. Grayscale: #4D4D4D. Windows color (decimal): -14198408 or 7887143. OLE color: 7887143.

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

Color convert

RGB3989120-
CMYK0.670.2600.53
HSL202.96º50.94%31.18%-
HSV(B)202.96º67.5%47.06%-
XYZ7.88.9319.08-
YUV77.58151.94100.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.73%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 120 (47.27% from 255) = 48.39%
R=15.73%
G=35.89%
B=48.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39891200.670.2600.53202.9650.9431.18
Hex275978431A035cb331f
Octal47131170103320653136337
Binary1001111011001111100010000111101001101011100101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275978; }

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

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

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

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

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

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

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

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