Html Css Color HEX #301FA1 Ultramarine

📋 copy color: '#301FA1'

red 48 ◦ green 31 ◦ blue 161

#301FA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #301FA1

Tints of Ultramarine #301FA1

RGB

 RED value IS 48 (19.14% from 255) = 20%

 GREEN value IS 31 (12.5% from 255) = 12.92%

 BLUE value IS 161 (63.28% from 255) = 67.08%

R = 20%
G = 12.92%
B = 67.08%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#301FA1 (or 0x301FA1) is known color: Ultramarine. HEX triplet: 30, 1F and A1. RGB value is (48,31,161). Sum of RGB (Red+Green+Blue) = 48+31+161=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 161 (63.28% from 255 or 67.08% from 240); Max value from RGB is 161 - color contains mainly: blue. Hex color #301FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301FA1 is #CFE05E. Grayscale: #323232. Windows color (decimal): -13623391 or 10559280. OLE color: 10559280.

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

Color convert

RGB 48 31 161 -
CMYK 0.70 0.81 0 0.37
HSL 247.85º 0.68% 0.38% -
HSV(B) 247.85º 0.81% 0.63% -
XYZ 8.14 4.18 34.1 -
YUV 50.9 190.13 125.93 -
System Red Green Blue C M Y K H S L
Decimal 48 31 161 0.70 0.81 0 0.37 247.85 0.68 0.38
Hex 30 1F A1 46 51 0 25 F8 44 26
Octal 60 37 241 106 121 0 45 370 104 46
Binary 110000 11111 10100001 1000110 1010001 0 100101 11111000 1000100 100110

Color Harmonies of #301FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FA1

Black with #301FA1

Text Example


Text Example

White with #301FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #301FA1;
 }
 .AnyTagClassName
 {
   color: #301FA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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