#222D84

Color #222D84 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #222D84

Tints of Torea Bay #222D84

Color information

#222D84 (or 0x222D84) is unknown color: approx Torea Bay. HEX triplet: 22, 2D and 84. RGB value is (34,45,132). Sum of RGB (Red+Green+Blue) = 34+45+132=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #222D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222D84 is #DDD27B. Grayscale: #333333. Windows color (decimal): -14537340 or 8662306. OLE color: 8662306.

HSL color Cylindrical-coordinate representation of color #222D84: hue angle of 233.27º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #222D84 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3445132-
CMYK0.740.6600.48
HSL233.27º59.04%32.55%-
HSV(B)233.27º74.24%51.76%-
XYZ5.763.8822.28-
YUV51.63173.36115.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.11%
GREEN value IS 45 (17.97% from 255) = 21.33%
BLUE value IS 132 (51.95% from 255) = 62.56%
R=16.11%
G=21.33%
B=62.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34451320.740.6600.48233.2759.0432.55
Hex222D844A42030e93b21
Octal42552041121020603517341
Binary1000101011011000010010010101000010011000011101001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222D84; }

 p { color: rgb(34,45,132); }

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

<style>
 a { background-color: #222D84; }

 a { background-color: rgb(34,45,132); }

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

<style>
 span { border-color: #222D84; }

 span { border-color: rgb(34,45,132); }

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