#266077

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

Shades of Orient #266077

Tints of Orient #266077

Color information

#266077 (or 0x266077) is unknown color: approx Orient. HEX triplet: 26, 60 and 77. RGB value is (38,96,119). Sum of RGB (Red+Green+Blue) = 38+96+119=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #266077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266077 is #D99F88. Grayscale: #515151. Windows color (decimal): -14262153 or 7823398. OLE color: 7823398.

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

Color convert

RGB3896119-
CMYK0.680.1900.53
HSL197.04º51.59%30.78%-
HSV(B)197.04º68.07%46.67%-
XYZ8.3110.1118.97-
YUV81.28149.2897.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=15.02%
G=37.94%
B=47.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38961190.680.1900.53197.0451.5930.78
Hex2660774413035c5341f
Octal46140167104230653056437
Binary1001101100000111011110001001001101101011100010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266077; }

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

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

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

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

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

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

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

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