#265A71

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

Shades of Orient #265A71

Tints of Orient #265A71

Color information

#265A71 (or 0x265A71) is unknown color: approx Orient. HEX triplet: 26, 5A and 71. RGB value is (38,90,113). Sum of RGB (Red+Green+Blue) = 38+90+113=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #265A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A71 is #D9A58E. Grayscale: #4C4C4C. Windows color (decimal): -14263695 or 7428646. OLE color: 7428646.

HSL color Cylindrical-coordinate representation of color #265A71: hue angle of 198.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265A71 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3890113-
CMYK0.660.2000.56
HSL198.4º49.67%29.61%-
HSV(B)198.4º66.37%44.31%-
XYZ7.448.9216.95-
YUV77.07148.27100.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=15.77%
G=37.34%
B=46.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38901130.660.2000.56198.449.6729.61
Hex265A714214038c6321e
Octal46132161102240703066236
Binary1001101011010111000110000101010001110001100011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,90,113); }

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

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

 a { background-color: rgb(38,90,113); }

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

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

 span { border-color: rgb(38,90,113); }

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