Html Css Color HEX #301CAB Ultramarine

📋 copy color: '#301CAB'

red 48 ◦ green 28 ◦ blue 171

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

Shades of Ultramarine #301CAB

Tints of Ultramarine #301CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.34%

 BLUE value IS 171 (67.19% from 255) = 69.23%

R = 19.43%
G = 11.34%
B = 69.23%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#301CAB (or 0x301CAB) is known color: Ultramarine. HEX triplet: 30, 1C and AB. RGB value is (48,28,171). Sum of RGB (Red+Green+Blue) = 48+28+171=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #301CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301CAB is #CFE354. Grayscale: #313131. Windows color (decimal): -13624149 or 11213872. OLE color: 11213872.

HSL color Cylindrical-coordinate representation of color #301CAB: hue angle of 248.39º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301CAB is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 28 171 -
CMYK 0.72 0.84 0 0.33
HSL 248.39º 0.72% 0.39% -
HSV(B) 248.39º 0.84% 0.67% -
XYZ 8.98 4.4 38.9 -
YUV 50.28 196.13 126.37 -
System Red Green Blue C M Y K H S L
Decimal 48 28 171 0.72 0.84 0 0.33 248.39 0.72 0.39
Hex 30 1C AB 48 54 0 21 F8 48 27
Octal 60 34 253 110 124 0 41 370 110 47
Binary 110000 11100 10101011 1001000 1010100 0 100001 11111000 1001000 100111

Color Harmonies of #301CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CAB

Black with #301CAB

Text Example


Text Example

White with #301CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,28,171); }

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

background-color css

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

 a { background-color: rgb(48,28,171); }

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

border-color css

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

 span { border-color: rgb(48,28,171); }

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