#265B71

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

Shades of Orient #265B71

Tints of Orient #265B71

Color information

#265B71 (or 0x265B71) is unknown color: approx Orient. HEX triplet: 26, 5B and 71. RGB value is (38,91,113). Sum of RGB (Red+Green+Blue) = 38+91+113=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #265B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B71 is #D9A48E. Grayscale: #4D4D4D. Windows color (decimal): -14263439 or 7428902. OLE color: 7428902.

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

Color convert

RGB3891113-
CMYK0.660.1900.56
HSL197.6º49.67%29.61%-
HSV(B)197.6º66.37%44.31%-
XYZ7.529.0916.98-
YUV77.66147.9499.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 91 (35.94% from 255) = 37.60%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=15.70%
G=37.60%
B=46.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38911130.660.1900.56197.649.6729.61
Hex265B714213038c6321e
Octal46133161102230703066236
Binary1001101011011111000110000101001101110001100011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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