#256380

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

Shades of Orient #256380

Tints of Orient #256380

Color information

#256380 (or 0x256380) is unknown color: approx Orient. HEX triplet: 25, 63 and 80. RGB value is (37,99,128). Sum of RGB (Red+Green+Blue) = 37+99+128=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #256380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256380 is #DA9C7F. Grayscale: #535353. Windows color (decimal): -14326912 or 8413989. OLE color: 8413989.

HSL color Cylindrical-coordinate representation of color #256380: hue angle of 199.12º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256380 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3799128-
CMYK0.710.2300.50
HSL199.12º55.15%32.35%-
HSV(B)199.12º71.09%50.2%-
XYZ9.1210.8822.04-
YUV83.77152.9694.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.02%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=14.02%
G=37.5%
B=48.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37991280.710.2300.50199.1255.1532.35
Hex2563804717032c73720
Octal45143200107270623076740
Binary100101110001110000000100011110111011001011000111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256380; }

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

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

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

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

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

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

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

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