#22038A

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

Shades of Ultramarine #22038A

Tints of Ultramarine #22038A

Color information

#22038A (or 0x22038A) is unknown color: approx Ultramarine. HEX triplet: 22, 03 and 8A. RGB value is (34,3,138). Sum of RGB (Red+Green+Blue) = 34+3+138=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #22038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22038A is #DDFC75. Grayscale: #1B1B1B. Windows color (decimal): -14548086 or 9044770. OLE color: 9044770.

HSL color Cylindrical-coordinate representation of color #22038A: hue angle of 253.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22038A is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB343138-
CMYK0.750.9800.46
HSL253.78º95.74%27.65%-
HSV(B)253.78º97.83%54.12%-
XYZ5.282.2424.2-
YUV27.66190.27132.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.43%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 138 (54.30% from 255) = 78.86%
R=19.43%
G=1.71%
B=78.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3431380.750.9800.46253.7895.7427.65
Hex2238A4B6202Efe601c
Octal42321211314205637614034
Binary100010111000101010010111100010010111011111110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22038A; }

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

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

<style>
 a { background-color: #22038A; }

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

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

<style>
 span { border-color: #22038A; }

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

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