Html Css Color HEX #3018AA Ultramarine

📋 copy color: '#3018AA'

red 48 ◦ green 24 ◦ blue 170

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

Shades of Ultramarine #3018AA

Tints of Ultramarine #3018AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

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

R = 19.83%
G = 9.92%
B = 70.25%

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

#3018AA (or 0x3018AA) is known color: Ultramarine. HEX triplet: 30, 18 and AA. RGB value is (48,24,170). Sum of RGB (Red+Green+Blue) = 48+24+170=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #3018AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3018AA is #CFE755. Grayscale: #2F2F2F. Windows color (decimal): -13625174 or 11147312. OLE color: 11147312.

HSL color Cylindrical-coordinate representation of color #3018AA: hue angle of 249.86º degrees, saturation: 0.75, 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 #3018AA is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 24 170 -
CMYK 0.72 0.86 0 0.33
HSL 249.86º 0.75% 0.38% -
HSV(B) 249.86º 0.86% 0.67% -
XYZ 8.8 4.18 38.37 -
YUV 47.82 196.95 128.13 -
System Red Green Blue C M Y K H S L
Decimal 48 24 170 0.72 0.86 0 0.33 249.86 0.75 0.38
Hex 30 18 AA 48 56 0 21 FA 4B 26
Octal 60 30 252 110 126 0 41 372 113 46
Binary 110000 11000 10101010 1001000 1010110 0 100001 11111010 1001011 100110

Color Harmonies of #3018AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3018AA

Black with #3018AA

Text Example


Text Example

White with #3018AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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