#265775

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

Shades of Orient #265775

Tints of Orient #265775

Color information

#265775 (or 0x265775) is unknown color: approx Orient. HEX triplet: 26, 57 and 75. RGB value is (38,87,117). Sum of RGB (Red+Green+Blue) = 38+87+117=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #265775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265775 is #D9A88A. Grayscale: #4B4B4B. Windows color (decimal): -14264459 or 7690022. OLE color: 7690022.

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

Color convert

RGB3887117-
CMYK0.680.2600.54
HSL202.78º50.97%30.39%-
HSV(B)202.78º67.52%45.88%-
XYZ7.428.5118.08-
YUV75.77151.27101.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=15.70%
G=35.95%
B=48.35%

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
Decimal38871170.680.2600.54202.7850.9730.39
Hex265775441A036cb331e
Octal46127165104320663136336
Binary1001101010111111010110001001101001101101100101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265775; }

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

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

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

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

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

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

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

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