#265F76

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

Shades of Orient #265F76

Tints of Orient #265F76

Color information

#265F76 (or 0x265F76) is unknown color: approx Orient. HEX triplet: 26, 5F and 76. RGB value is (38,95,118). Sum of RGB (Red+Green+Blue) = 38+95+118=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #265F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F76 is #D9A089. Grayscale: #505050. Windows color (decimal): -14262410 or 7757606. OLE color: 7757606.

HSL color Cylindrical-coordinate representation of color #265F76: hue angle of 197.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 #265F76 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3895118-
CMYK0.680.1900.54
HSL197.25º51.28%30.59%-
HSV(B)197.25º67.8%46.27%-
XYZ8.169.918.62-
YUV80.58149.1297.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 95 (37.5% from 255) = 37.85%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=15.14%
G=37.85%
B=47.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38951180.680.1900.54197.2551.2830.59
Hex265F764413036c5331f
Octal46137166104230663056337
Binary1001101011111111011010001001001101101101100010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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