#256174

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

Shades of Orient #256174

Tints of Orient #256174

Color information

#256174 (or 0x256174) is unknown color: approx Orient. HEX triplet: 25, 61 and 74. RGB value is (37,97,116). Sum of RGB (Red+Green+Blue) = 37+97+116=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #256174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256174 is #DA9E8B. Grayscale: #515151. Windows color (decimal): -14327436 or 7627045. OLE color: 7627045.

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

Color convert

RGB3797116-
CMYK0.680.1600.55
HSL194.43º51.63%30%-
HSV(B)194.43º68.1%45.49%-
XYZ8.1910.218.06-
YUV81.23147.6296.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 116 (45.70% from 255) = 46.4%
R=14.8%
G=38.8%
B=46.4%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37971160.680.1600.55194.4351.6330
Hex2561744410037c2341e
Octal45141164104200673026436
Binary1001011100001111010010001001000001101111100001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256174; }

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

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

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

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

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

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

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

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