Html Css Color HEX #301CAA Ultramarine

📋 copy color: '#301CAA'

red 48 ◦ green 28 ◦ blue 170

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

Shades of Ultramarine #301CAA

Tints of Ultramarine #301CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.38%

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

R = 19.51%
G = 11.38%
B = 69.11%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#301CAA (or 0x301CAA) is known color: Ultramarine. HEX triplet: 30, 1C and AA. RGB value is (48,28,170). Sum of RGB (Red+Green+Blue) = 48+28+170=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #301CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301CAA is #CFE355. Grayscale: #313131. Windows color (decimal): -13624150 or 11148336. OLE color: 11148336.

HSL color Cylindrical-coordinate representation of color #301CAA: hue angle of 248.45º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301CAA is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 28 170 -
CMYK 0.72 0.84 0 0.33
HSL 248.45º 0.72% 0.39% -
HSV(B) 248.45º 0.84% 0.67% -
XYZ 8.89 4.36 38.4 -
YUV 50.17 195.63 126.45 -
System Red Green Blue C M Y K H S L
Decimal 48 28 170 0.72 0.84 0 0.33 248.45 0.72 0.39
Hex 30 1C AA 48 54 0 21 F8 48 27
Octal 60 34 252 110 124 0 41 370 110 47
Binary 110000 11100 10101010 1001000 1010100 0 100001 11111000 1001000 100111

Color Harmonies of #301CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CAA

Black with #301CAA

Text Example


Text Example

White with #301CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301CAA; }

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

 H1.HeaderClassName
 {
   color: #301CAA;
 }
 .AnyTagClassName
 {
   color: #301CAA;
 }
</style>

background-color css

<style>
 a { background-color: #301CAA; }

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

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

border-color css

<style>
 span { border-color: #301CAA; }

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

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