Html Css Color HEX #3014B1 Ultramarine

📋 copy color: '#3014B1'

red 48 ◦ green 20 ◦ blue 177

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

Shades of Ultramarine #3014B1

Tints of Ultramarine #3014B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 72.24%

R = 19.59%
G = 8.16%
B = 72.24%

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

#3014B1 (or 0x3014B1) is known color: Ultramarine. HEX triplet: 30, 14 and B1. RGB value is (48,20,177). Sum of RGB (Red+Green+Blue) = 48+20+177=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 177 (69.53% from 255 or 72.24% from 245); Max value from RGB is 177 - color contains mainly: blue. Hex color #3014B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3014B1 is #CFEB4E. Grayscale: #2D2D2D. Windows color (decimal): -13626191 or 11605040. OLE color: 11605040.

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

Color convert

RGB 48 20 177 -
CMYK 0.73 0.89 0 0.31
HSL 250.7º 0.8% 0.39% -
HSV(B) 250.7º 0.89% 0.69% -
XYZ 9.4 4.3 41.93 -
YUV 46.27 201.78 129.23 -
System Red Green Blue C M Y K H S L
Decimal 48 20 177 0.73 0.89 0 0.31 250.7 0.8 0.39
Hex 30 14 B1 49 59 0 1F FB 50 27
Octal 60 24 261 111 131 0 37 373 120 47
Binary 110000 10100 10110001 1001001 1011001 0 11111 11111011 1010000 100111

Color Harmonies of #3014B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3014B1

Black with #3014B1

Text Example


Text Example

White with #3014B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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