#265D71

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

Shades of Orient #265D71

Tints of Orient #265D71

Color information

#265D71 (or 0x265D71) is unknown color: approx Orient. HEX triplet: 26, 5D and 71. RGB value is (38,93,113). Sum of RGB (Red+Green+Blue) = 38+93+113=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #265D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D71 is #D9A28E. Grayscale: #4E4E4E. Windows color (decimal): -14262927 or 7429414. OLE color: 7429414.

HSL color Cylindrical-coordinate representation of color #265D71: hue angle of 196º 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 #265D71 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3893113-
CMYK0.660.1800.56
HSL196º49.67%29.61%-
HSV(B)196º66.37%44.31%-
XYZ7.699.4317.04-
YUV78.83147.2898.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 93 (36.72% from 255) = 38.11%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=15.57%
G=38.11%
B=46.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38931130.660.1800.5619649.6729.61
Hex265D714212038c4321e
Octal46135161102220703046236
Binary1001101011101111000110000101001001110001100010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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