Html Css Color HEX #3006AD Ultramarine

📋 copy color: '#3006AD'

red 48 ◦ green 6 ◦ blue 173

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

Shades of Ultramarine #3006AD

Tints of Ultramarine #3006AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

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

R = 21.15%
G = 2.64%
B = 76.21%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3006AD (or 0x3006AD) is known color: Ultramarine. HEX triplet: 30, 06 and AD. RGB value is (48,6,173). Sum of RGB (Red+Green+Blue) = 48+6+173=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #3006AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3006AD is #CFF952. Grayscale: #242424. Windows color (decimal): -13629779 or 11339312. OLE color: 11339312.

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

Color convert

RGB 48 6 173 -
CMYK 0.72 0.97 0 0.32
HSL 255.09º 0.93% 0.35% -
HSV(B) 255.09º 0.97% 0.68% -
XYZ 8.83 3.78 39.8 -
YUV 37.6 204.41 135.42 -
System Red Green Blue C M Y K H S L
Decimal 48 6 173 0.72 0.97 0 0.32 255.09 0.93 0.35
Hex 30 6 AD 48 61 0 20 FF 5D 23
Octal 60 6 255 110 141 0 40 377 135 43
Binary 110000 110 10101101 1001000 1100001 0 100000 11111111 1011101 100011

Color Harmonies of #3006AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3006AD

Black with #3006AD

Text Example


Text Example

White with #3006AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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