Html Css Color HEX #3015AD Ultramarine

📋 copy color: '#3015AD'

red 48 ◦ green 21 ◦ blue 173

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

Shades of Ultramarine #3015AD

Tints of Ultramarine #3015AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

 BLUE value IS 173 (67.97% from 255) = 71.49%

R = 19.83%
G = 8.68%
B = 71.49%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3015AD (or 0x3015AD) is known color: Ultramarine. HEX triplet: 30, 15 and AD. RGB value is (48,21,173). Sum of RGB (Red+Green+Blue) = 48+21+173=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #3015AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3015AD is #CFEA52. Grayscale: #2D2D2D. Windows color (decimal): -13625939 or 11343152. OLE color: 11343152.

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

Color convert

RGB 48 21 173 -
CMYK 0.72 0.88 0 0.32
HSL 250.66º 0.78% 0.38% -
HSV(B) 250.66º 0.88% 0.68% -
XYZ 9.03 4.18 39.87 -
YUV 46.4 199.45 129.14 -
System Red Green Blue C M Y K H S L
Decimal 48 21 173 0.72 0.88 0 0.32 250.66 0.78 0.38
Hex 30 15 AD 48 58 0 20 FB 4E 26
Octal 60 25 255 110 130 0 40 373 116 46
Binary 110000 10101 10101101 1001000 1011000 0 100000 11111011 1001110 100110

Color Harmonies of #3015AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3015AD

Black with #3015AD

Text Example


Text Example

White with #3015AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3015AD; }

 p { color: rgb(48,21,173); }

 H1.HeaderClassName
 {
   color: #3015AD;
 }
 .AnyTagClassName
 {
   color: #3015AD;
 }
</style>

background-color css

<style>
 a { background-color: #3015AD; }

 a { background-color: rgb(48,21,173); }

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

border-color css

<style>
 span { border-color: #3015AD; }

 span { border-color: rgb(48,21,173); }

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