#256076

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

Shades of Orient #256076

Tints of Orient #256076

Color information

#256076 (or 0x256076) is unknown color: approx Orient. HEX triplet: 25, 60 and 76. RGB value is (37,96,118). Sum of RGB (Red+Green+Blue) = 37+96+118=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #256076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256076 is #DA9F89. Grayscale: #505050. Windows color (decimal): -14327690 or 7757861. OLE color: 7757861.

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

Color convert

RGB3796118-
CMYK0.690.1900.54
HSL196.3º52.26%30.39%-
HSV(B)196.3º68.64%46.27%-
XYZ8.2210.0718.65-
YUV80.87148.9596.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=14.74%
G=38.25%
B=47.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37961180.690.1900.54196.352.2630.39
Hex2560764513036c4341e
Octal45140166105230663046436
Binary1001011100000111011010001011001101101101100010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256076; }

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

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

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

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

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

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

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

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