Html Css Color HEX #3014AC Ultramarine

📋 copy color: '#3014AC'

red 48 ◦ green 20 ◦ blue 172

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

Shades of Ultramarine #3014AC

Tints of Ultramarine #3014AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.33%

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

R = 20%
G = 8.33%
B = 71.67%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3014AC (or 0x3014AC) is known color: Ultramarine. HEX triplet: 30, 14 and AC. RGB value is (48,20,172). Sum of RGB (Red+Green+Blue) = 48+20+172=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #3014AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3014AC is #CFEB53. Grayscale: #2D2D2D. Windows color (decimal): -13626196 or 11277360. OLE color: 11277360.

HSL color Cylindrical-coordinate representation of color #3014AC: hue angle of 251.05º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3014AC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 20 172 -
CMYK 0.72 0.88 0 0.33
HSL 251.05º 0.79% 0.38% -
HSV(B) 251.05º 0.88% 0.67% -
XYZ 8.92 4.11 39.35 -
YUV 45.7 199.28 129.64 -
System Red Green Blue C M Y K H S L
Decimal 48 20 172 0.72 0.88 0 0.33 251.05 0.79 0.38
Hex 30 14 AC 48 58 0 21 FB 4F 26
Octal 60 24 254 110 130 0 41 373 117 46
Binary 110000 10100 10101100 1001000 1011000 0 100001 11111011 1001111 100110

Color Harmonies of #3014AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3014AC

Black with #3014AC

Text Example


Text Example

White with #3014AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3014AC; }

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

 H1.HeaderClassName
 {
   color: #3014AC;
 }
 .AnyTagClassName
 {
   color: #3014AC;
 }
</style>

background-color css

<style>
 a { background-color: #3014AC; }

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

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

border-color css

<style>
 span { border-color: #3014AC; }

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

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