#301AA0

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

Shades of Ultramarine #301AA0

Tints of Ultramarine #301AA0

Color information

#301AA0 (or 0x301AA0) is unknown color: approx Ultramarine. HEX triplet: 30, 1A and A0. RGB value is (48,26,160). Sum of RGB (Red+Green+Blue) = 48+26+160=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 160 (62.89% from 255 or 68.38% from 234); Max value from RGB is 160 - color contains mainly: blue. Hex color #301AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301AA0 is #CFE55F. Grayscale: #2F2F2F. Windows color (decimal): -13624672 or 10492464. OLE color: 10492464.

HSL color Cylindrical-coordinate representation of color #301AA0: hue angle of 249.85º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301AA0 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4826160-
CMYK0.700.8400.37
HSL249.85º72.04%36.47%-
HSV(B)249.85º83.75%62.75%-
XYZ7.933.9133.59-
YUV47.85191.29128.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 160 (62.89% from 255) = 68.38%
R=20.51%
G=11.11%
B=68.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal48261600.700.8400.37249.8572.0436.47
Hex301AA04654025fa4824
Octal603224010612404537211044
Binary1100001101010100000100011010101000100101111110101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301AA0; }

 p { color: rgb(48,26,160); }

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

<style>
 a { background-color: #301AA0; }

 a { background-color: rgb(48,26,160); }

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

<style>
 span { border-color: #301AA0; }

 span { border-color: rgb(48,26,160); }

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