#256071

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

Shades of Orient #256071

Tints of Orient #256071

Color information

#256071 (or 0x256071) is unknown color: approx Orient. HEX triplet: 25, 60 and 71. RGB value is (37,96,113). Sum of RGB (Red+Green+Blue) = 37+96+113=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #256071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256071 is #DA9F8E. Grayscale: #505050. Windows color (decimal): -14327695 or 7430181. OLE color: 7430181.

HSL color Cylindrical-coordinate representation of color #256071: hue angle of 193.42º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256071 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3796113-
CMYK0.670.1500.56
HSL193.42º50.67%29.41%-
HSV(B)193.42º67.26%44.31%-
XYZ7.939.9517.13-
YUV80.3146.4597.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=15.04%
G=39.02%
B=45.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37961130.670.1500.56193.4250.6729.41
Hex25607143F038c1331d
Octal45140161103170703016335
Binary100101110000011100011000011111101110001100000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256071; }

 p { color: rgb(37,96,113); }

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

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

 a { background-color: rgb(37,96,113); }

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

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

 span { border-color: rgb(37,96,113); }

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