Html Css Color HEX #3004A0 Ultramarine

📋 copy color: '#3004A0'

red 48 ◦ green 4 ◦ blue 160

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

Shades of Ultramarine #3004A0

Tints of Ultramarine #3004A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 75.47%

R = 22.64%
G = 1.89%
B = 75.47%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3004A0 (or 0x3004A0) is known color: Ultramarine. HEX triplet: 30, 04 and A0. RGB value is (48,4,160). Sum of RGB (Red+Green+Blue) = 48+4+160=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 160 (62.89% from 255 or 75.47% from 212); Max value from RGB is 160 - color contains mainly: blue. Hex color #3004A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3004A0 is #CFFB5F. Grayscale: #222222. Windows color (decimal): -13630304 or 10486832. OLE color: 10486832.

HSL color Cylindrical-coordinate representation of color #3004A0: hue angle of 256.92º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3004A0 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 4 160 -
CMYK 0.70 0.98 0 0.37
HSL 256.92º 0.95% 0.32% -
HSV(B) 256.92º 0.98% 0.63% -
XYZ 7.61 3.25 33.48 -
YUV 34.94 198.58 137.32 -
System Red Green Blue C M Y K H S L
Decimal 48 4 160 0.70 0.98 0 0.37 256.92 0.95 0.32
Hex 30 4 A0 46 62 0 25 101 5F 20
Octal 60 4 240 106 142 0 45 401 137 40
Binary 110000 100 10100000 1000110 1100010 0 100101 100000001 1011111 100000

Color Harmonies of #3004A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3004A0

Black with #3004A0

Text Example


Text Example

White with #3004A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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