#264E85

Color #264E85 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #264E85

Tints of St Tropaz #264E85

Color information

#264E85 (or 0x264E85) is unknown color: approx St Tropaz. HEX triplet: 26, 4E and 85. RGB value is (38,78,133). Sum of RGB (Red+Green+Blue) = 38+78+133=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #264E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264E85 is #D9B17A. Grayscale: #484848. Windows color (decimal): -14266747 or 8736294. OLE color: 8736294.

HSL color Cylindrical-coordinate representation of color #264E85: hue angle of 214.74º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #264E85 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3878133-
CMYK0.710.4100.48
HSL214.74º55.56%33.53%-
HSV(B)214.74º71.43%52.16%-
XYZ7.767.5523.24-
YUV72.31162.25103.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 78 (30.86% from 255) = 31.33%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=15.26%
G=31.33%
B=53.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38781330.710.4100.48214.7455.5633.53
Hex264E854729030d73822
Octal46116205107510603277042
Binary1001101001110100001011000111101001011000011010111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264E85; }

 p { color: rgb(38,78,133); }

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

<style>
 a { background-color: #264E85; }

 a { background-color: rgb(38,78,133); }

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

<style>
 span { border-color: #264E85; }

 span { border-color: rgb(38,78,133); }

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