#222E8B

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

Shades of Torea Bay #222E8B

Tints of Torea Bay #222E8B

Color information

#222E8B (or 0x222E8B) is unknown color: approx Torea Bay. HEX triplet: 22, 2E and 8B. RGB value is (34,46,139). Sum of RGB (Red+Green+Blue) = 34+46+139=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #222E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222E8B is #DDD174. Grayscale: #343434. Windows color (decimal): -14537077 or 9121314. OLE color: 9121314.

HSL color Cylindrical-coordinate representation of color #222E8B: hue angle of 233.14º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #222E8B is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3446139-
CMYK0.760.6700.45
HSL233.14º60.69%33.92%-
HSV(B)233.14º75.54%54.51%-
XYZ6.34.1624.9-
YUV53.01176.52114.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.53%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 139 (54.69% from 255) = 63.47%
R=15.53%
G=21.00%
B=63.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal34461390.760.6700.45233.1460.6933.92
Hex222E8B4C4302De93d22
Octal42562131141030553517542
Binary1000101011101000101110011001000011010110111101001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,46,139); }

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

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

 a { background-color: rgb(34,46,139); }

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

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

 span { border-color: rgb(34,46,139); }

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