Html Css Color HEX #3014AF Ultramarine

📋 copy color: '#3014AF'

red 48 ◦ green 20 ◦ blue 175

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

Shades of Ultramarine #3014AF

Tints of Ultramarine #3014AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 72.02%

R = 19.75%
G = 8.23%
B = 72.02%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3014AF (or 0x3014AF) is known color: Ultramarine. HEX triplet: 30, 14 and AF. RGB value is (48,20,175). Sum of RGB (Red+Green+Blue) = 48+20+175=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #3014AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3014AF is #CFEB50. Grayscale: #2D2D2D. Windows color (decimal): -13626193 or 11473968. OLE color: 11473968.

HSL color Cylindrical-coordinate representation of color #3014AF: hue angle of 250.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3014AF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 20 175 -
CMYK 0.73 0.89 0 0.31
HSL 250.84º 0.79% 0.38% -
HSV(B) 250.84º 0.89% 0.69% -
XYZ 9.21 4.22 40.89 -
YUV 46.04 200.78 129.4 -
System Red Green Blue C M Y K H S L
Decimal 48 20 175 0.73 0.89 0 0.31 250.84 0.79 0.38
Hex 30 14 AF 49 59 0 1F FB 4F 26
Octal 60 24 257 111 131 0 37 373 117 46
Binary 110000 10100 10101111 1001001 1011001 0 11111 11111011 1001111 100110

Color Harmonies of #3014AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3014AF

Black with #3014AF

Text Example


Text Example

White with #3014AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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