#265E72

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

Shades of Orient #265E72

Tints of Orient #265E72

Color information

#265E72 (or 0x265E72) is unknown color: approx Orient. HEX triplet: 26, 5E and 72. RGB value is (38,94,114). Sum of RGB (Red+Green+Blue) = 38+94+114=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #265E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E72 is #D9A18D. Grayscale: #4F4F4F. Windows color (decimal): -14262670 or 7495206. OLE color: 7495206.

HSL color Cylindrical-coordinate representation of color #265E72: hue angle of 195.79º degrees, saturation: 0.5, 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 #265E72 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3894114-
CMYK0.670.1800.55
HSL195.79º50%29.8%-
HSV(B)195.79º66.67%44.71%-
XYZ7.849.6317.37-
YUV79.54147.4598.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.45%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=15.45%
G=38.21%
B=46.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38941140.670.1800.55195.795029.8
Hex265E724312037c4321e
Octal46136162103220673046236
Binary1001101011110111001010000111001001101111100010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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