Html Css Color HEX #3001AE Ultramarine

📋 copy color: '#3001AE'

red 48 ◦ green 1 ◦ blue 174

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

Shades of Ultramarine #3001AE

Tints of Ultramarine #3001AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 78.03%

R = 21.52%
G = 0.45%
B = 78.03%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3001AE (or 0x3001AE) is known color: Ultramarine. HEX triplet: 30, 01 and AE. RGB value is (48,1,174). Sum of RGB (Red+Green+Blue) = 48+1+174=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #3001AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3001AE is #CFFE51. Grayscale: #222222. Windows color (decimal): -13631058 or 11403568. OLE color: 11403568.

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

Color convert

RGB 48 1 174 -
CMYK 0.72 0.99 0 0.32
HSL 256.3º 0.99% 0.34% -
HSV(B) 256.3º 0.99% 0.68% -
XYZ 8.87 3.71 40.29 -
YUV 34.78 206.57 137.43 -
System Red Green Blue C M Y K H S L
Decimal 48 1 174 0.72 0.99 0 0.32 256.3 0.99 0.34
Hex 30 1 AE 48 63 0 20 100 63 22
Octal 60 1 256 110 143 0 40 400 143 42
Binary 110000 1 10101110 1001000 1100011 0 100000 100000000 1100011 100010

Color Harmonies of #3001AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3001AE

Black with #3001AE

Text Example


Text Example

White with #3001AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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