#224A7E

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

Shades of St Tropaz #224A7E

Tints of St Tropaz #224A7E

Color information

#224A7E (or 0x224A7E) is unknown color: approx St Tropaz. HEX triplet: 22, 4A and 7E. RGB value is (34,74,126). Sum of RGB (Red+Green+Blue) = 34+74+126=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #224A7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A7E is #DDB581. Grayscale: #434343. Windows color (decimal): -14529922 or 8276514. OLE color: 8276514.

HSL color Cylindrical-coordinate representation of color #224A7E: hue angle of 213.91º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #224A7E is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3474126-
CMYK0.730.4100.51
HSL213.91º57.5%31.37%-
HSV(B)213.91º73.02%49.41%-
XYZ6.876.7420.68-
YUV67.97160.75103.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.53%
GREEN value IS 74 (29.30% from 255) = 31.62%
BLUE value IS 126 (49.61% from 255) = 53.85%
R=14.53%
G=31.62%
B=53.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34741260.730.4100.51213.9157.531.37
Hex224A7E4929033d63a1f
Octal42112176111510633267237
Binary10001010010101111110100100110100101100111101011011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224A7E; }

 p { color: rgb(34,74,126); }

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

<style>
 a { background-color: #224A7E; }

 a { background-color: rgb(34,74,126); }

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

<style>
 span { border-color: #224A7E; }

 span { border-color: rgb(34,74,126); }

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