#224B83

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

Shades of St Tropaz #224B83

Tints of St Tropaz #224B83

Color information

#224B83 (or 0x224B83) is unknown color: approx St Tropaz. HEX triplet: 22, 4B and 83. RGB value is (34,75,131). Sum of RGB (Red+Green+Blue) = 34+75+131=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #224B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224B83 is #DDB47C. Grayscale: #444444. Windows color (decimal): -14529661 or 8604450. OLE color: 8604450.

HSL color Cylindrical-coordinate representation of color #224B83: hue angle of 214.64º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224B83 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3475131-
CMYK0.740.4300.49
HSL214.64º58.79%32.35%-
HSV(B)214.64º74.05%51.37%-
XYZ7.277.0122.44-
YUV69.12162.92102.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.17%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 131 (51.56% from 255) = 54.58%
R=14.17%
G=31.25%
B=54.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34751310.740.4300.49214.6458.7932.35
Hex224B834A2B031d73b20
Octal42113203112530613277340
Binary1000101001011100000111001010101011011000111010111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,75,131); }

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

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

 a { background-color: rgb(34,75,131); }

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

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

 span { border-color: rgb(34,75,131); }

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