#256178

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

Shades of Orient #256178

Tints of Orient #256178

Color information

#256178 (or 0x256178) is unknown color: approx Orient. HEX triplet: 25, 61 and 78. RGB value is (37,97,120). Sum of RGB (Red+Green+Blue) = 37+97+120=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #256178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256178 is #DA9E87. Grayscale: #515151. Windows color (decimal): -14327432 or 7889189. OLE color: 7889189.

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

Color convert

RGB3797120-
CMYK0.690.1900.53
HSL196.63º52.87%30.78%-
HSV(B)196.63º69.17%47.06%-
XYZ8.4310.319.31-
YUV81.68149.6296.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.57%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 120 (47.27% from 255) = 47.24%
R=14.57%
G=38.19%
B=47.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37971200.690.1900.53196.6352.8730.78
Hex2561784513035c5351f
Octal45141170105230653056537
Binary1001011100001111100010001011001101101011100010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256178; }

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

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

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

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

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

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

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

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