#256378

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

Shades of Orient #256378

Tints of Orient #256378

Color information

#256378 (or 0x256378) is unknown color: approx Orient. HEX triplet: 25, 63 and 78. RGB value is (37,99,120). Sum of RGB (Red+Green+Blue) = 37+99+120=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #256378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256378 is #DA9C87. Grayscale: #525252. Windows color (decimal): -14326920 or 7889701. OLE color: 7889701.

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

Color convert

RGB3799120-
CMYK0.690.1700.53
HSL195.18º52.87%30.78%-
HSV(B)195.18º69.17%47.06%-
XYZ8.6110.6719.38-
YUV82.86148.9695.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=14.45%
G=38.67%
B=46.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37991200.690.1700.53195.1852.8730.78
Hex2563784511035c3351f
Octal45143170105210653036537
Binary1001011100011111100010001011000101101011100001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256378; }

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

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

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

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

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

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

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

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