#265674

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

Shades of Orient #265674

Tints of Orient #265674

Color information

#265674 (or 0x265674) is unknown color: approx Orient. HEX triplet: 26, 56 and 74. RGB value is (38,86,116). Sum of RGB (Red+Green+Blue) = 38+86+116=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #265674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265674 is #D9A98B. Grayscale: #4A4A4A. Windows color (decimal): -14264716 or 7624230. OLE color: 7624230.

HSL color Cylindrical-coordinate representation of color #265674: hue angle of 203.08º 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 #265674 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3886116-
CMYK0.670.2600.55
HSL203.08º50.65%30.2%-
HSV(B)203.08º67.24%45.49%-
XYZ7.288.3317.75-
YUV75.07151.1101.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 116 (45.70% from 255) = 48.33%
R=15.83%
G=35.83%
B=48.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38861160.670.2600.55203.0850.6530.2
Hex265674431A037cb331e
Octal46126164103320673136336
Binary1001101010110111010010000111101001101111100101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265674; }

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

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

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

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

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

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

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

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