#266074

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

Shades of Orient #266074

Tints of Orient #266074

Color information

#266074 (or 0x266074) is unknown color: approx Orient. HEX triplet: 26, 60 and 74. RGB value is (38,96,116). Sum of RGB (Red+Green+Blue) = 38+96+116=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #266074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266074 is #D99F8B. Grayscale: #505050. Windows color (decimal): -14262156 or 7626790. OLE color: 7626790.

HSL color Cylindrical-coordinate representation of color #266074: hue angle of 195.38º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #266074 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3896116-
CMYK0.670.1700.55
HSL195.38º50.65%30.2%-
HSV(B)195.38º67.24%45.49%-
XYZ8.1310.0418.03-
YUV80.94147.7897.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 116 (45.70% from 255) = 46.4%
R=15.2%
G=38.4%
B=46.4%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38961160.670.1700.55195.3850.6530.2
Hex2660744311037c3331e
Octal46140164103210673036336
Binary1001101100000111010010000111000101101111100001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266074; }

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

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

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

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

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

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

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

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