#265B76

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

Shades of Orient #265B76

Tints of Orient #265B76

Color information

#265B76 (or 0x265B76) is unknown color: approx Orient. HEX triplet: 26, 5B and 76. RGB value is (38,91,118). Sum of RGB (Red+Green+Blue) = 38+91+118=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #265B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B76 is #D9A489. Grayscale: #4E4E4E. Windows color (decimal): -14263434 or 7756582. OLE color: 7756582.

HSL color Cylindrical-coordinate representation of color #265B76: hue angle of 200.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265B76 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3891118-
CMYK0.680.2300.54
HSL200.25º51.28%30.59%-
HSV(B)200.25º67.8%46.27%-
XYZ7.819.218.5-
YUV78.23150.4499.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.38%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=15.38%
G=36.84%
B=47.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38911180.680.2300.54200.2551.2830.59
Hex265B764417036c8331f
Octal46133166104270663106337
Binary1001101011011111011010001001011101101101100100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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