Html Css Color HEX #3002AD Ultramarine

📋 copy color: '#3002AD'

red 48 ◦ green 2 ◦ blue 173

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

Shades of Ultramarine #3002AD

Tints of Ultramarine #3002AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 21.52%
G = 0.9%
B = 77.58%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3002AD (or 0x3002AD) is known color: Ultramarine. HEX triplet: 30, 02 and AD. RGB value is (48,2,173). Sum of RGB (Red+Green+Blue) = 48+2+173=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 173 (67.97% from 255 or 77.58% from 223); Max value from RGB is 173 - color contains mainly: blue. Hex color #3002AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3002AD is #CFFD52. Grayscale: #222222. Windows color (decimal): -13630803 or 11338288. OLE color: 11338288.

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

Color convert

RGB 48 2 173 -
CMYK 0.72 0.99 0 0.32
HSL 256.14º 0.98% 0.34% -
HSV(B) 256.14º 0.99% 0.68% -
XYZ 8.78 3.69 39.78 -
YUV 35.25 205.74 137.1 -
System Red Green Blue C M Y K H S L
Decimal 48 2 173 0.72 0.99 0 0.32 256.14 0.98 0.34
Hex 30 2 AD 48 63 0 20 100 62 22
Octal 60 2 255 110 143 0 40 400 142 42
Binary 110000 10 10101101 1001000 1100011 0 100000 100000000 1100010 100010

Color Harmonies of #3002AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3002AD

Black with #3002AD

Text Example


Text Example

White with #3002AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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