#220CA3

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

Shades of Ultramarine #220CA3

Tints of Ultramarine #220CA3

Color information

#220CA3 (or 0x220CA3) is unknown color: approx Ultramarine. HEX triplet: 22, 0C and A3. RGB value is (34,12,163). Sum of RGB (Red+Green+Blue) = 34+12+163=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 163 (64.06% from 255 or 77.99% from 209); Max value from RGB is 163 - color contains mainly: blue. Hex color #220CA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220CA3 is #DDF35C. Grayscale: #232323. Windows color (decimal): -14545757 or 10685474. OLE color: 10685474.

HSL color Cylindrical-coordinate representation of color #220CA3: hue angle of 248.74º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220CA3 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3412163-
CMYK0.790.9300.36
HSL248.74º86.29%34.31%-
HSV(B)248.74º92.64%63.92%-
XYZ7.43.2534.89-
YUV35.79199.79126.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.27%
GREEN value IS 12 (5.08% from 255) = 5.74%
BLUE value IS 163 (64.06% from 255) = 77.99%
R=16.27%
G=5.74%
B=77.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal34121630.790.9300.36248.7486.2934.31
Hex22CA34F5D024f95622
Octal421424311713504437112642
Binary100010110010100011100111110111010100100111110011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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