#265A72

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

Shades of Orient #265A72

Tints of Orient #265A72

Color information

#265A72 (or 0x265A72) is unknown color: approx Orient. HEX triplet: 26, 5A and 72. RGB value is (38,90,114). Sum of RGB (Red+Green+Blue) = 38+90+114=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #265A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A72 is #D9A58D. Grayscale: #4D4D4D. Windows color (decimal): -14263694 or 7494182. OLE color: 7494182.

HSL color Cylindrical-coordinate representation of color #265A72: hue angle of 198.95º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #265A72 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3890114-
CMYK0.670.2100.55
HSL198.95º50%29.8%-
HSV(B)198.95º66.67%44.71%-
XYZ7.498.9417.25-
YUV77.19148.77100.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=15.70%
G=37.19%
B=47.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38901140.670.2100.55198.955029.8
Hex265A724315037c7321e
Octal46132162103250673076236
Binary1001101011010111001010000111010101101111100011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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