Html Css Color HEX #301EAA Ultramarine

📋 copy color: '#301EAA'

red 48 ◦ green 30 ◦ blue 170

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

Shades of Ultramarine #301EAA

Tints of Ultramarine #301EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.1%

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

R = 19.35%
G = 12.1%
B = 68.55%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#301EAA (or 0x301EAA) is known color: Ultramarine. HEX triplet: 30, 1E and AA. RGB value is (48,30,170). Sum of RGB (Red+Green+Blue) = 48+30+170=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #301EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301EAA is #CFE155. Grayscale: #323232. Windows color (decimal): -13623638 or 11148848. OLE color: 11148848.

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

Color convert

RGB 48 30 170 -
CMYK 0.72 0.82 0 0.33
HSL 247.71º 0.7% 0.39% -
HSV(B) 247.71º 0.82% 0.67% -
XYZ 8.94 4.46 38.42 -
YUV 51.34 194.96 125.62 -
System Red Green Blue C M Y K H S L
Decimal 48 30 170 0.72 0.82 0 0.33 247.71 0.7 0.39
Hex 30 1E AA 48 52 0 21 F8 46 27
Octal 60 36 252 110 122 0 41 370 106 47
Binary 110000 11110 10101010 1001000 1010010 0 100001 11111000 1000110 100111

Color Harmonies of #301EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EAA

Black with #301EAA

Text Example


Text Example

White with #301EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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