#266076

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

Shades of Orient #266076

Tints of Orient #266076

Color information

#266076 (or 0x266076) is unknown color: approx Orient. HEX triplet: 26, 60 and 76. RGB value is (38,96,118). Sum of RGB (Red+Green+Blue) = 38+96+118=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #266076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266076 is #D99F89. Grayscale: #515151. Windows color (decimal): -14262154 or 7757862. OLE color: 7757862.

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

Color convert

RGB3896118-
CMYK0.680.1900.54
HSL196.5º51.28%30.59%-
HSV(B)196.5º67.8%46.27%-
XYZ8.2510.0918.65-
YUV81.17148.7897.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=15.08%
G=38.10%
B=46.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38961180.680.1900.54196.551.2830.59
Hex2660764413036c4331f
Octal46140166104230663046337
Binary1001101100000111011010001001001101101101100010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266076; }

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

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

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

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

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

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

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

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