#256078

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

Shades of Orient #256078

Tints of Orient #256078

Color information

#256078 (or 0x256078) is unknown color: approx Orient. HEX triplet: 25, 60 and 78. RGB value is (37,96,120). Sum of RGB (Red+Green+Blue) = 37+96+120=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #256078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256078 is #DA9F87. Grayscale: #505050. Windows color (decimal): -14327688 or 7888933. OLE color: 7888933.

HSL color Cylindrical-coordinate representation of color #256078: hue angle of 197.35º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256078 is Cyan = 0.69, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3796120-
CMYK0.690.200.53
HSL197.35º52.87%30.78%-
HSV(B)197.35º69.17%47.06%-
XYZ8.3410.1219.28-
YUV81.1149.9596.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=14.62%
G=37.94%
B=47.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37961200.690.200.53197.3552.8730.78
Hex2560784514035c5351f
Octal45140170105240653056537
Binary1001011100000111100010001011010001101011100010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256078; }

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

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

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

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

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

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

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

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