#255978

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

Shades of Orient #255978

Tints of Orient #255978

Color information

#255978 (or 0x255978) is unknown color: approx Orient. HEX triplet: 25, 59 and 78. RGB value is (37,89,120). Sum of RGB (Red+Green+Blue) = 37+89+120=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #255978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255978 is #DAA687. Grayscale: #4C4C4C. Windows color (decimal): -14329480 or 7887141. OLE color: 7887141.

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

Color convert

RGB3789120-
CMYK0.690.2600.53
HSL202.41º52.87%30.78%-
HSV(B)202.41º69.17%47.06%-
XYZ7.738.8919.08-
YUV76.99152.2799.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=15.04%
G=36.18%
B=48.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37891200.690.2600.53202.4152.8730.78
Hex255978451A035ca351f
Octal45131170105320653126537
Binary1001011011001111100010001011101001101011100101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255978; }

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

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

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

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

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

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

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

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