#264A7A

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

Shades of St Tropaz #264A7A

Tints of St Tropaz #264A7A

Color information

#264A7A (or 0x264A7A) is unknown color: approx St Tropaz. HEX triplet: 26, 4A and 7A. RGB value is (38,74,122). Sum of RGB (Red+Green+Blue) = 38+74+122=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #264A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A7A is #D9B585. Grayscale: #444444. Windows color (decimal): -14267782 or 8014374. OLE color: 8014374.

HSL color Cylindrical-coordinate representation of color #264A7A: hue angle of 214.29º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #264A7A is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3874122-
CMYK0.690.3900.52
HSL214.29º52.5%31.37%-
HSV(B)214.29º68.85%47.84%-
XYZ6.766.7119.35-
YUV68.71158.07106.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.24%
GREEN value IS 74 (29.30% from 255) = 31.62%
BLUE value IS 122 (48.05% from 255) = 52.14%
R=16.24%
G=31.62%
B=52.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38741220.690.3900.52214.2952.531.37
Hex264A7A4527034d6341f
Octal46112172105470643266437
Binary10011010010101111010100010110011101101001101011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,74,122); }

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

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

 a { background-color: rgb(38,74,122); }

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

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

 span { border-color: rgb(38,74,122); }

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