#255774

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

Shades of Orient #255774

Tints of Orient #255774

Color information

#255774 (or 0x255774) is unknown color: approx Orient. HEX triplet: 25, 57 and 74. RGB value is (37,87,116). Sum of RGB (Red+Green+Blue) = 37+87+116=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #255774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255774 is #DAA88B. Grayscale: #4B4B4B. Windows color (decimal): -14329996 or 7624485. OLE color: 7624485.

HSL color Cylindrical-coordinate representation of color #255774: hue angle of 202.03º 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 #255774 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3787116-
CMYK0.680.2500.55
HSL202.03º51.63%30%-
HSV(B)202.03º68.1%45.49%-
XYZ7.328.4717.77-
YUV75.36150.94100.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 87 (34.38% from 255) = 36.25%
BLUE value IS 116 (45.70% from 255) = 48.33%
R=15.42%
G=36.25%
B=48.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37871160.680.2500.55202.0351.6330
Hex2557744419037ca341e
Octal45127164104310673126436
Binary1001011010111111010010001001100101101111100101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255774; }

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

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

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

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

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

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

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

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