Html Css Color HEX #3001A1 Ultramarine

📋 copy color: '#3001A1'

red 48 ◦ green 1 ◦ blue 161

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

Shades of Ultramarine #3001A1

Tints of Ultramarine #3001A1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 161 (63.28% from 255) = 76.67%

R = 22.86%
G = 0.48%
B = 76.67%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3001A1 (or 0x3001A1) is known color: Ultramarine. HEX triplet: 30, 01 and A1. RGB value is (48,1,161). Sum of RGB (Red+Green+Blue) = 48+1+161=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 161 (63.28% from 255 or 76.67% from 210); Max value from RGB is 161 - color contains mainly: blue. Hex color #3001A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3001A1 is #CFFE5E. Grayscale: #202020. Windows color (decimal): -13631071 or 10551600. OLE color: 10551600.

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

Color convert

RGB 48 1 161 -
CMYK 0.70 0.99 0 0.37
HSL 257.63º 0.99% 0.32% -
HSV(B) 257.63º 0.99% 0.63% -
XYZ 7.66 3.22 33.94 -
YUV 33.29 200.07 138.49 -
System Red Green Blue C M Y K H S L
Decimal 48 1 161 0.70 0.99 0 0.37 257.63 0.99 0.32
Hex 30 1 A1 46 63 0 25 102 63 20
Octal 60 1 241 106 143 0 45 402 143 40
Binary 110000 1 10100001 1000110 1100011 0 100101 100000010 1100011 100000

Color Harmonies of #3001A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3001A1

Black with #3001A1

Text Example


Text Example

White with #3001A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3001A1; }

 p { color: rgb(48,1,161); }

 H1.HeaderClassName
 {
   color: #3001A1;
 }
 .AnyTagClassName
 {
   color: #3001A1;
 }
</style>

background-color css

<style>
 a { background-color: #3001A1; }

 a { background-color: rgb(48,1,161); }

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

border-color css

<style>
 span { border-color: #3001A1; }

 span { border-color: rgb(48,1,161); }

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