Html Css Color HEX #301CAC Ultramarine

📋 copy color: '#301CAC'

red 48 ◦ green 28 ◦ blue 172

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

Shades of Ultramarine #301CAC

Tints of Ultramarine #301CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.35%

R = 19.35%
G = 11.29%
B = 69.35%

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

#301CAC (or 0x301CAC) is known color: Ultramarine. HEX triplet: 30, 1C and AC. RGB value is (48,28,172). Sum of RGB (Red+Green+Blue) = 48+28+172=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #301CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301CAC is #CFE353. Grayscale: #313131. Windows color (decimal): -13624148 or 11279408. OLE color: 11279408.

HSL color Cylindrical-coordinate representation of color #301CAC: hue angle of 248.33º 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 #301CAC is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 28 172 -
CMYK 0.72 0.84 0 0.33
HSL 248.33º 0.72% 0.39% -
HSV(B) 248.33º 0.84% 0.67% -
XYZ 9.08 4.44 39.41 -
YUV 50.4 196.63 126.29 -
System Red Green Blue C M Y K H S L
Decimal 48 28 172 0.72 0.84 0 0.33 248.33 0.72 0.39
Hex 30 1C AC 48 54 0 21 F8 48 27
Octal 60 34 254 110 124 0 41 370 110 47
Binary 110000 11100 10101100 1001000 1010100 0 100001 11111000 1001000 100111

Color Harmonies of #301CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CAC

Black with #301CAC

Text Example


Text Example

White with #301CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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