#220CB2

Color #220CB2 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #220CB2

Tints of Ultramarine #220CB2

Color information

#220CB2 (or 0x220CB2) is unknown color: approx Ultramarine. HEX triplet: 22, 0C and B2. RGB value is (34,12,178). Sum of RGB (Red+Green+Blue) = 34+12+178=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 178 (69.92% from 255 or 79.46% from 224); Max value from RGB is 178 - color contains mainly: blue. Hex color #220CB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220CB2 is #DDF34D. Grayscale: #242424. Windows color (decimal): -14545742 or 11668514. OLE color: 11668514.

HSL color Cylindrical-coordinate representation of color #220CB2: hue angle of 247.95º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220CB2 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3412178-
CMYK0.810.9300.30
HSL247.95º87.37%37.25%-
HSV(B)247.95º93.26%69.8%-
XYZ8.833.8242.39-
YUV37.5207.29125.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.18%
GREEN value IS 12 (5.08% from 255) = 5.36%
BLUE value IS 178 (69.92% from 255) = 79.46%
R=15.18%
G=5.36%
B=79.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal34121780.810.9300.30247.9587.3737.25
Hex22CB2515D01Ef85725
Octal421426212113503637012745
Binary10001011001011001010100011011101011110111110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220CB2; }

 p { color: rgb(34,12,178); }

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

<style>
 a { background-color: #220CB2; }

 a { background-color: rgb(34,12,178); }

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

<style>
 span { border-color: #220CB2; }

 span { border-color: rgb(34,12,178); }

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