Html Css Color HEX #3014AE Ultramarine

📋 copy color: '#3014AE'

red 48 ◦ green 20 ◦ blue 174

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

Shades of Ultramarine #3014AE

Tints of Ultramarine #3014AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 71.9%

R = 19.83%
G = 8.26%
B = 71.9%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3014AE (or 0x3014AE) is known color: Ultramarine. HEX triplet: 30, 14 and AE. RGB value is (48,20,174). Sum of RGB (Red+Green+Blue) = 48+20+174=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #3014AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3014AE is #CFEB51. Grayscale: #2D2D2D. Windows color (decimal): -13626194 or 11408432. OLE color: 11408432.

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

Color convert

RGB 48 20 174 -
CMYK 0.72 0.89 0 0.32
HSL 250.91º 0.79% 0.38% -
HSV(B) 250.91º 0.89% 0.68% -
XYZ 9.11 4.18 40.37 -
YUV 45.93 200.28 129.48 -
System Red Green Blue C M Y K H S L
Decimal 48 20 174 0.72 0.89 0 0.32 250.91 0.79 0.38
Hex 30 14 AE 48 59 0 20 FB 4F 26
Octal 60 24 256 110 131 0 40 373 117 46
Binary 110000 10100 10101110 1001000 1011001 0 100000 11111011 1001111 100110

Color Harmonies of #3014AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3014AE

Black with #3014AE

Text Example


Text Example

White with #3014AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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