#255674

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

Shades of Orient #255674

Tints of Orient #255674

Color information

#255674 (or 0x255674) is unknown color: approx Orient. HEX triplet: 25, 56 and 74. RGB value is (37,86,116). Sum of RGB (Red+Green+Blue) = 37+86+116=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #255674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255674 is #DAA98B. Grayscale: #4A4A4A. Windows color (decimal): -14330252 or 7624229. OLE color: 7624229.

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

Color convert

RGB3786116-
CMYK0.680.2600.55
HSL202.78º51.63%30%-
HSV(B)202.78º68.1%45.49%-
XYZ7.248.3117.75-
YUV74.77151.27101.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 116 (45.70% from 255) = 48.54%
R=15.48%
G=35.98%
B=48.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37861160.680.2600.55202.7851.6330
Hex255674441A037cb341e
Octal45126164104320673136436
Binary1001011010110111010010001001101001101111100101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255674; }

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

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

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

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

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

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

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

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