#265776

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

Shades of Orient #265776

Tints of Orient #265776

Color information

#265776 (or 0x265776) is unknown color: approx Orient. HEX triplet: 26, 57 and 76. RGB value is (38,87,118). Sum of RGB (Red+Green+Blue) = 38+87+118=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #265776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265776 is #D9A889. Grayscale: #4B4B4B. Windows color (decimal): -14264458 or 7755558. OLE color: 7755558.

HSL color Cylindrical-coordinate representation of color #265776: hue angle of 203.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265776 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3887118-
CMYK0.680.2600.54
HSL203.25º51.28%30.59%-
HSV(B)203.25º67.8%46.27%-
XYZ7.488.5418.39-
YUV75.88151.77100.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.64%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=15.64%
G=35.80%
B=48.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38871180.680.2600.54203.2551.2830.59
Hex265776441A036cb331f
Octal46127166104320663136337
Binary1001101010111111011010001001101001101101100101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265776; }

 p { color: rgb(38,87,118); }

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

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

 a { background-color: rgb(38,87,118); }

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

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

 span { border-color: rgb(38,87,118); }

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