#265C71

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

Shades of Orient #265C71

Tints of Orient #265C71

Color information

#265C71 (or 0x265C71) is unknown color: approx Orient. HEX triplet: 26, 5C and 71. RGB value is (38,92,113). Sum of RGB (Red+Green+Blue) = 38+92+113=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #265C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C71 is #D9A38E. Grayscale: #4E4E4E. Windows color (decimal): -14263183 or 7429158. OLE color: 7429158.

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

Color convert

RGB3892113-
CMYK0.660.1900.56
HSL196.8º49.67%29.61%-
HSV(B)196.8º66.37%44.31%-
XYZ7.619.2617.01-
YUV78.25147.6199.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.64%
GREEN value IS 92 (36.33% from 255) = 37.86%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=15.64%
G=37.86%
B=46.50%

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
Decimal38921130.660.1900.56196.849.6729.61
Hex265C714213038c5321e
Octal46134161102230703056236
Binary1001101011100111000110000101001101110001100010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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