#256379

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

Shades of Orient #256379

Tints of Orient #256379

Color information

#256379 (or 0x256379) is unknown color: approx Orient. HEX triplet: 25, 63 and 79. RGB value is (37,99,121). Sum of RGB (Red+Green+Blue) = 37+99+121=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #256379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256379 is #DA9C86. Grayscale: #525252. Windows color (decimal): -14326919 or 7955237. OLE color: 7955237.

HSL color Cylindrical-coordinate representation of color #256379: hue angle of 195.71º 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 #256379 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3799121-
CMYK0.690.1800.53
HSL195.71º53.16%30.98%-
HSV(B)195.71º69.42%47.45%-
XYZ8.6810.719.7-
YUV82.97149.4695.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 121 (47.66% from 255) = 47.08%
R=14.40%
G=38.52%
B=47.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37991210.690.1800.53195.7153.1630.98
Hex2563794512035c4351f
Octal45143171105220653046537
Binary1001011100011111100110001011001001101011100010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256379; }

 p { color: rgb(37,99,121); }

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

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

 a { background-color: rgb(37,99,121); }

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

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

 span { border-color: rgb(37,99,121); }

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