Html Css Color HEX #3017AA Ultramarine

📋 copy color: '#3017AA'

red 48 ◦ green 23 ◦ blue 170

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

Shades of Ultramarine #3017AA

Tints of Ultramarine #3017AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 70.54%

R = 19.92%
G = 9.54%
B = 70.54%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3017AA (or 0x3017AA) is known color: Ultramarine. HEX triplet: 30, 17 and AA. RGB value is (48,23,170). Sum of RGB (Red+Green+Blue) = 48+23+170=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #3017AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3017AA is #CFE855. Grayscale: #2E2E2E. Windows color (decimal): -13625430 or 11147056. OLE color: 11147056.

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

Color convert

RGB 48 23 170 -
CMYK 0.72 0.86 0 0.33
HSL 250.2º 0.76% 0.38% -
HSV(B) 250.2º 0.86% 0.67% -
XYZ 8.78 4.14 38.37 -
YUV 47.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 48 23 170 0.72 0.86 0 0.33 250.2 0.76 0.38
Hex 30 17 AA 48 56 0 21 FA 4C 26
Octal 60 27 252 110 126 0 41 372 114 46
Binary 110000 10111 10101010 1001000 1010110 0 100001 11111010 1001100 100110

Color Harmonies of #3017AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3017AA

Black with #3017AA

Text Example


Text Example

White with #3017AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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