#256175

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

Shades of Orient #256175

Tints of Orient #256175

Color information

#256175 (or 0x256175) is unknown color: approx Orient. HEX triplet: 25, 61 and 75. RGB value is (37,97,117). Sum of RGB (Red+Green+Blue) = 37+97+117=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #256175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256175 is #DA9E8A. Grayscale: #515151. Windows color (decimal): -14327435 or 7692581. OLE color: 7692581.

HSL color Cylindrical-coordinate representation of color #256175: hue angle of 195º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256175 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3797117-
CMYK0.680.1700.54
HSL195º51.95%30.2%-
HSV(B)195º68.38%45.88%-
XYZ8.2510.2318.37-
YUV81.34148.1296.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=14.74%
G=38.65%
B=46.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37971170.680.1700.5419551.9530.2
Hex2561754411036c3341e
Octal45141165104210663036436
Binary1001011100001111010110001001000101101101100001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256175; }

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

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

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

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

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

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

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

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