#265B72

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

Shades of Orient #265B72

Tints of Orient #265B72

Color information

#265B72 (or 0x265B72) is unknown color: approx Orient. HEX triplet: 26, 5B and 72. RGB value is (38,91,114). Sum of RGB (Red+Green+Blue) = 38+91+114=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #265B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B72 is #D9A48D. Grayscale: #4D4D4D. Windows color (decimal): -14263438 or 7494438. OLE color: 7494438.

HSL color Cylindrical-coordinate representation of color #265B72: hue angle of 198.16º 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 #265B72 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3891114-
CMYK0.670.2000.55
HSL198.16º50%29.8%-
HSV(B)198.16º66.67%44.71%-
XYZ7.589.1117.28-
YUV77.77148.4499.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.64%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=15.64%
G=37.45%
B=46.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38911140.670.2000.55198.165029.8
Hex265B724314037c6321e
Octal46133162103240673066236
Binary1001101011011111001010000111010001101111100011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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