#264C7D

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

Shades of St Tropaz #264C7D

Tints of St Tropaz #264C7D

Color information

#264C7D (or 0x264C7D) is unknown color: approx St Tropaz. HEX triplet: 26, 4C and 7D. RGB value is (38,76,125). Sum of RGB (Red+Green+Blue) = 38+76+125=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #264C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C7D is #D9B382. Grayscale: #454545. Windows color (decimal): -14267267 or 8211494. OLE color: 8211494.

HSL color Cylindrical-coordinate representation of color #264C7D: hue angle of 213.79º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #264C7D is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3876125-
CMYK0.700.3900.51
HSL213.79º53.37%31.96%-
HSV(B)213.79º69.6%49.02%-
XYZ7.097.0620.39-
YUV70.22158.91105.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 125 (49.22% from 255) = 52.30%
R=15.90%
G=31.80%
B=52.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38761250.700.3900.51213.7953.3731.96
Hex264C7D4627033d63520
Octal46114175106470633266540
Binary100110100110011111011000110100111011001111010110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,76,125); }

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

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

 a { background-color: rgb(38,76,125); }

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

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

 span { border-color: rgb(38,76,125); }

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