#301f9d

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

Shades of Ultramarine #301F9D

Tints of Ultramarine #301F9D

Color information

#301F9D (or 0x301F9D) is unknown color: approx Ultramarine. HEX triplet: 30, 1F and 9D. RGB value is (48,31,157). Sum of RGB (Red+Green+Blue) = 48+31+157=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #301F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301F9D is #CFE062. Grayscale: #313131. Windows color (decimal): -13623395 or 10297136. OLE color: 10297136.

HSL color Cylindrical-coordinate representation of color #301F9D: hue angle of 248.1º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301F9D is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4831157-
CMYK0.690.8000.38
HSL248.1º67.02%36.86%-
HSV(B)248.1º80.25%61.57%-
XYZ7.794.0432.27-
YUV50.45188.13126.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 31 (12.5% from 255) = 13.14%
BLUE value IS 157 (61.72% from 255) = 66.53%
R=20.34%
G=13.14%
B=66.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48311570.690.8000.38248.167.0236.86
Hex301F9D4550026f84325
Octal603723510512004637010345
Binary1100001111110011101100010110100000100110111110001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301f9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,31,157); }

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

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

 a { background-color: rgb(48,31,157); }

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

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

 span { border-color: rgb(48,31,157); }

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