#256074

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

Shades of Orient #256074

Tints of Orient #256074

Color information

#256074 (or 0x256074) is unknown color: approx Orient. HEX triplet: 25, 60 and 74. RGB value is (37,96,116). Sum of RGB (Red+Green+Blue) = 37+96+116=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #256074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256074 is #DA9F8B. Grayscale: #505050. Windows color (decimal): -14327692 or 7626789. OLE color: 7626789.

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

Color convert

RGB3796116-
CMYK0.680.1700.55
HSL195.19º51.63%30%-
HSV(B)195.19º68.1%45.49%-
XYZ8.110.0218.03-
YUV80.64147.9596.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.86%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=14.86%
G=38.55%
B=46.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37961160.680.1700.55195.1951.6330
Hex2560744411037c3341e
Octal45140164104210673036436
Binary1001011100000111010010001001000101101111100001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256074; }

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

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

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

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

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

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

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

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