#301EA0

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

Shades of Ultramarine #301EA0

Tints of Ultramarine #301EA0

Color information

#301EA0 (or 0x301EA0) is unknown color: approx Ultramarine. HEX triplet: 30, 1E and A0. RGB value is (48,30,160). Sum of RGB (Red+Green+Blue) = 48+30+160=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 160 (62.89% from 255 or 67.23% from 238); Max value from RGB is 160 - color contains mainly: blue. Hex color #301EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301EA0 is #CFE15F. Grayscale: #313131. Windows color (decimal): -13623648 or 10493488. OLE color: 10493488.

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

Color convert

RGB4830160-
CMYK0.700.8100.37
HSL248.31º68.42%37.25%-
HSV(B)248.31º81.25%62.75%-
XYZ8.034.0933.62-
YUV50.2189.96126.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 160 (62.89% from 255) = 67.23%
R=20.17%
G=12.61%
B=67.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal48301600.700.8100.37248.3168.4237.25
Hex301EA04651025f84425
Octal603624010612104537010445
Binary1100001111010100000100011010100010100101111110001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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