#256170

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

Shades of Orient #256170

Tints of Orient #256170

Color information

#256170 (or 0x256170) is unknown color: approx Orient. HEX triplet: 25, 61 and 70. RGB value is (37,97,112). Sum of RGB (Red+Green+Blue) = 37+97+112=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #256170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256170 is #DA9E8F. Grayscale: #505050. Windows color (decimal): -14327440 or 7364901. OLE color: 7364901.

HSL color Cylindrical-coordinate representation of color #256170: hue angle of 192º degrees, saturation: 0.5, 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 #256170 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3797112-
CMYK0.670.1300.56
HSL192º50.34%29.22%-
HSV(B)192º66.96%43.92%-
XYZ7.9610.1116.86-
YUV80.77145.6296.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=15.04%
G=39.43%
B=45.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37971120.670.1300.5619250.3429.22
Hex25617043D038c0321d
Octal45141160103150703006235
Binary100101110000111100001000011110101110001100000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256170; }

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

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

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

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

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

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

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

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