Html Css Color HEX #3004AA Ultramarine

📋 copy color: '#3004AA'

red 48 ◦ green 4 ◦ blue 170

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

Shades of Ultramarine #3004AA

Tints of Ultramarine #3004AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

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

R = 21.62%
G = 1.8%
B = 76.58%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3004AA (or 0x3004AA) is known color: Ultramarine. HEX triplet: 30, 04 and AA. RGB value is (48,4,170). Sum of RGB (Red+Green+Blue) = 48+4+170=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #3004AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3004AA is #CFFB55. Grayscale: #232323. Windows color (decimal): -13630294 or 11142192. OLE color: 11142192.

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

Color convert

RGB 48 4 170 -
CMYK 0.72 0.98 0 0.33
HSL 255.9º 0.95% 0.34% -
HSV(B) 255.9º 0.98% 0.67% -
XYZ 8.52 3.62 38.28 -
YUV 36.08 203.58 136.5 -
System Red Green Blue C M Y K H S L
Decimal 48 4 170 0.72 0.98 0 0.33 255.9 0.95 0.34
Hex 30 4 AA 48 62 0 21 100 5F 22
Octal 60 4 252 110 142 0 41 400 137 42
Binary 110000 100 10101010 1001000 1100010 0 100001 100000000 1011111 100010

Color Harmonies of #3004AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3004AA

Black with #3004AA

Text Example


Text Example

White with #3004AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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