#222E66

Color #222E66 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #222E66

Tints of Deep Koamaru #222E66

Color information

#222E66 (or 0x222E66) is unknown color: approx Deep Koamaru. HEX triplet: 22, 2E and 66. RGB value is (34,46,102). Sum of RGB (Red+Green+Blue) = 34+46+102=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #222E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222E66 is #DDD199. Grayscale: #303030. Windows color (decimal): -14537114 or 6696482. OLE color: 6696482.

HSL color Cylindrical-coordinate representation of color #222E66: hue angle of 229.41º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #222E66 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3446102-
CMYK0.670.5500.6
HSL229.41º50%26.67%-
HSV(B)229.41º66.67%40%-
XYZ4.033.2512.99-
YUV48.8158.02117.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 46 (18.36% from 255) = 25.27%
BLUE value IS 102 (40.23% from 255) = 56.04%
R=18.68%
G=25.27%
B=56.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34461020.670.5500.6229.415026.67
Hex222E66433703Ce5321b
Octal4256146103670743456233
Binary1000101011101100110100001111011101111001110010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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