#255974

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

Shades of Orient #255974

Tints of Orient #255974

Color information

#255974 (or 0x255974) is unknown color: approx Orient. HEX triplet: 25, 59 and 74. RGB value is (37,89,116). Sum of RGB (Red+Green+Blue) = 37+89+116=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #255974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255974 is #DAA68B. Grayscale: #4C4C4C. Windows color (decimal): -14329484 or 7624997. OLE color: 7624997.

HSL color Cylindrical-coordinate representation of color #255974: hue angle of 200.51º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255974 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3789116-
CMYK0.680.2300.55
HSL200.51º51.63%30%-
HSV(B)200.51º68.1%45.49%-
XYZ7.498.817.83-
YUV76.53150.2799.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 116 (45.70% from 255) = 47.93%
R=15.29%
G=36.78%
B=47.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37891160.680.2300.55200.5151.6330
Hex2559744417037c9341e
Octal45131164104270673116436
Binary1001011011001111010010001001011101101111100100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255974; }

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

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

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

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

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

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

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

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