#256280

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

Shades of Orient #256280

Tints of Orient #256280

Color information

#256280 (or 0x256280) is unknown color: approx Orient. HEX triplet: 25, 62 and 80. RGB value is (37,98,128). Sum of RGB (Red+Green+Blue) = 37+98+128=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #256280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256280 is #DA9D7F. Grayscale: #535353. Windows color (decimal): -14327168 or 8413733. OLE color: 8413733.

HSL color Cylindrical-coordinate representation of color #256280: hue angle of 199.78º 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 #256280 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3798128-
CMYK0.710.2300.50
HSL199.78º55.15%32.35%-
HSV(B)199.78º71.09%50.2%-
XYZ9.0310.6922.01-
YUV83.18153.2995.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 128 (50.39% from 255) = 48.67%
R=14.07%
G=37.26%
B=48.67%

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
Decimal37981280.710.2300.50199.7855.1532.35
Hex2562804717032c83720
Octal45142200107270623106740
Binary100101110001010000000100011110111011001011001000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256280; }

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

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

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

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

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

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

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

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