Html Css Color HEX #301FA3 Ultramarine

📋 copy color: '#301FA3'

red 48 ◦ green 31 ◦ blue 163

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

Shades of Ultramarine #301FA3

Tints of Ultramarine #301FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 67.36%

R = 19.83%
G = 12.81%
B = 67.36%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#301FA3 (or 0x301FA3) is known color: Ultramarine. HEX triplet: 30, 1F and A3. RGB value is (48,31,163). Sum of RGB (Red+Green+Blue) = 48+31+163=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 163 (64.06% from 255 or 67.36% from 242); Max value from RGB is 163 - color contains mainly: blue. Hex color #301FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301FA3 is #CFE05C. Grayscale: #323232. Windows color (decimal): -13623389 or 10690352. OLE color: 10690352.

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

Color convert

RGB 48 31 163 -
CMYK 0.71 0.81 0 0.36
HSL 247.73º 0.68% 0.38% -
HSV(B) 247.73º 0.81% 0.64% -
XYZ 8.32 4.25 35.03 -
YUV 51.13 191.13 125.77 -
System Red Green Blue C M Y K H S L
Decimal 48 31 163 0.71 0.81 0 0.36 247.73 0.68 0.38
Hex 30 1F A3 47 51 0 24 F8 44 26
Octal 60 37 243 107 121 0 44 370 104 46
Binary 110000 11111 10100011 1000111 1010001 0 100100 11111000 1000100 100110

Color Harmonies of #301FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FA3

Black with #301FA3

Text Example


Text Example

White with #301FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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