Html Css Color HEX #3017AB Ultramarine

📋 copy color: '#3017AB'

red 48 ◦ green 23 ◦ blue 171

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

Shades of Ultramarine #3017AB

Tints of Ultramarine #3017AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

 BLUE value IS 171 (67.19% from 255) = 70.66%

R = 19.83%
G = 9.5%
B = 70.66%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3017AB (or 0x3017AB) is known color: Ultramarine. HEX triplet: 30, 17 and AB. RGB value is (48,23,171). Sum of RGB (Red+Green+Blue) = 48+23+171=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #3017AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3017AB is #CFE854. Grayscale: #2E2E2E. Windows color (decimal): -13625429 or 11212592. OLE color: 11212592.

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

Color convert

RGB 48 23 171 -
CMYK 0.72 0.87 0 0.33
HSL 250.14º 0.76% 0.38% -
HSV(B) 250.14º 0.87% 0.67% -
XYZ 8.88 4.18 38.87 -
YUV 47.35 197.78 128.47 -
System Red Green Blue C M Y K H S L
Decimal 48 23 171 0.72 0.87 0 0.33 250.14 0.76 0.38
Hex 30 17 AB 48 57 0 21 FA 4C 26
Octal 60 27 253 110 127 0 41 372 114 46
Binary 110000 10111 10101011 1001000 1010111 0 100001 11111010 1001100 100110

Color Harmonies of #3017AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3017AB

Black with #3017AB

Text Example


Text Example

White with #3017AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3017AB; }

 p { color: rgb(48,23,171); }

 H1.HeaderClassName
 {
   color: #3017AB;
 }
 .AnyTagClassName
 {
   color: #3017AB;
 }
</style>

background-color css

<style>
 a { background-color: #3017AB; }

 a { background-color: rgb(48,23,171); }

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

border-color css

<style>
 span { border-color: #3017AB; }

 span { border-color: rgb(48,23,171); }

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