#265E79

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

Shades of Orient #265E79

Tints of Orient #265E79

Color information

#265E79 (or 0x265E79) is unknown color: approx Orient. HEX triplet: 26, 5E and 79. RGB value is (38,94,121). Sum of RGB (Red+Green+Blue) = 38+94+121=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #265E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E79 is #D9A186. Grayscale: #505050. Windows color (decimal): -14262663 or 7953958. OLE color: 7953958.

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

Color convert

RGB3894121-
CMYK0.690.2200.53
HSL199.52º52.2%31.18%-
HSV(B)199.52º68.6%47.45%-
XYZ8.259.819.55-
YUV80.33150.9597.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 94 (37.11% from 255) = 37.15%
BLUE value IS 121 (47.66% from 255) = 47.83%
R=15.02%
G=37.15%
B=47.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38941210.690.2200.53199.5252.231.18
Hex265E794516035c8341f
Octal46136171105260653106437
Binary1001101011110111100110001011011001101011100100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265E79; }

 p { color: rgb(38,94,121); }

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

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

 a { background-color: rgb(38,94,121); }

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

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

 span { border-color: rgb(38,94,121); }

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