Html Css Color HEX #3006AB Ultramarine

📋 copy color: '#3006AB'

red 48 ◦ green 6 ◦ blue 171

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

Shades of Ultramarine #3006AB

Tints of Ultramarine #3006AB

RGB

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

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

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

R = 21.33%
G = 2.67%
B = 76%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3006AB (or 0x3006AB) is known color: Ultramarine. HEX triplet: 30, 06 and AB. RGB value is (48,6,171). Sum of RGB (Red+Green+Blue) = 48+6+171=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #3006AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3006AB is #CFF954. Grayscale: #242424. Windows color (decimal): -13629781 or 11208240. OLE color: 11208240.

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

Color convert

RGB 48 6 171 -
CMYK 0.72 0.96 0 0.33
HSL 255.27º 0.93% 0.35% -
HSV(B) 255.27º 0.96% 0.67% -
XYZ 8.63 3.7 38.79 -
YUV 37.37 203.41 135.58 -
System Red Green Blue C M Y K H S L
Decimal 48 6 171 0.72 0.96 0 0.33 255.27 0.93 0.35
Hex 30 6 AB 48 60 0 21 FF 5D 23
Octal 60 6 253 110 140 0 41 377 135 43
Binary 110000 110 10101011 1001000 1100000 0 100001 11111111 1011101 100011

Color Harmonies of #3006AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3006AB

Black with #3006AB

Text Example


Text Example

White with #3006AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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