#222C84

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

Shades of Torea Bay #222C84

Tints of Torea Bay #222C84

Color information

#222C84 (or 0x222C84) is unknown color: approx Torea Bay. HEX triplet: 22, 2C and 84. RGB value is (34,44,132). Sum of RGB (Red+Green+Blue) = 34+44+132=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #222C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222C84 is #DDD37B. Grayscale: #323232. Windows color (decimal): -14537596 or 8662050. OLE color: 8662050.

HSL color Cylindrical-coordinate representation of color #222C84: hue angle of 233.88º 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 #222C84 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3444132-
CMYK0.740.6700.48
HSL233.88º59.04%32.55%-
HSV(B)233.88º74.24%51.76%-
XYZ5.733.8122.26-
YUV51.04173.69115.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.19%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 132 (51.95% from 255) = 62.86%
R=16.19%
G=20.95%
B=62.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34441320.740.6700.48233.8859.0432.55
Hex222C844A43030ea3b21
Octal42542041121030603527341
Binary1000101011001000010010010101000011011000011101010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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