#222c8a

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

Shades of Torea Bay #222C8A

Tints of Torea Bay #222C8A

Color information

#222C8A (or 0x222C8A) is unknown color: approx Torea Bay. HEX triplet: 22, 2C and 8A. RGB value is (34,44,138). Sum of RGB (Red+Green+Blue) = 34+44+138=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #222C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222C8A is #DDD375. Grayscale: #333333. Windows color (decimal): -14537590 or 9055266. OLE color: 9055266.

HSL color Cylindrical-coordinate representation of color #222C8A: hue angle of 234.23º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #222C8A is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3444138-
CMYK0.750.6800.46
HSL234.23º60.47%33.73%-
HSV(B)234.23º75.36%54.12%-
XYZ6.153.9824.49-
YUV51.73176.69115.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.74%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 138 (54.30% from 255) = 63.89%
R=15.74%
G=20.37%
B=63.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34441380.750.6800.46234.2360.4733.73
Hex222C8A4B4402Eea3c22
Octal42542121131040563527442
Binary1000101011001000101010010111000100010111011101010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222c8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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