#256075

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

Shades of Orient #256075

Tints of Orient #256075

Color information

#256075 (or 0x256075) is unknown color: approx Orient. HEX triplet: 25, 60 and 75. RGB value is (37,96,117). Sum of RGB (Red+Green+Blue) = 37+96+117=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #256075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256075 is #DA9F8A. Grayscale: #505050. Windows color (decimal): -14327691 or 7692325. OLE color: 7692325.

HSL color Cylindrical-coordinate representation of color #256075: hue angle of 195.75º 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 #256075 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3796117-
CMYK0.680.1800.54
HSL195.75º51.95%30.2%-
HSV(B)195.75º68.38%45.88%-
XYZ8.1610.0418.34-
YUV80.75148.4596.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=14.8%
G=38.4%
B=46.8%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37961170.680.1800.54195.7551.9530.2
Hex2560754412036c4341e
Octal45140165104220663046436
Binary1001011100000111010110001001001001101101100010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256075; }

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

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

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

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

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

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

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

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