#264B7A

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

Shades of St Tropaz #264B7A

Tints of St Tropaz #264B7A

Color information

#264B7A (or 0x264B7A) is unknown color: approx St Tropaz. HEX triplet: 26, 4B and 7A. RGB value is (38,75,122). Sum of RGB (Red+Green+Blue) = 38+75+122=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #264B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B7A is #D9B485. Grayscale: #454545. Windows color (decimal): -14267526 or 8014630. OLE color: 8014630.

HSL color Cylindrical-coordinate representation of color #264B7A: hue angle of 213.57º 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 #264B7A is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3875122-
CMYK0.690.3900.52
HSL213.57º52.5%31.37%-
HSV(B)213.57º68.85%47.84%-
XYZ6.836.8519.37-
YUV69.3157.74105.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.17%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=16.17%
G=31.91%
B=51.91%

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
Decimal38751220.690.3900.52213.5752.531.37
Hex264B7A4527034d6341f
Octal46113172105470643266437
Binary10011010010111111010100010110011101101001101011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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