Html Css Color HEX #300FA3 Ultramarine

📋 copy color: '#300FA3'

red 48 ◦ green 15 ◦ blue 163

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

Shades of Ultramarine #300FA3

Tints of Ultramarine #300FA3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.64%

 BLUE value IS 163 (64.06% from 255) = 72.12%

R = 21.24%
G = 6.64%
B = 72.12%

CMYK

 C value IS 0.71

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#300FA3 (or 0x300FA3) is known color: Ultramarine. HEX triplet: 30, 0F and A3. RGB value is (48,15,163). Sum of RGB (Red+Green+Blue) = 48+15+163=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 163 (64.06% from 255 or 72.12% from 226); Max value from RGB is 163 - color contains mainly: blue. Hex color #300FA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300FA3 is #CFF05C. Grayscale: #292929. Windows color (decimal): -13627485 or 10686256. OLE color: 10686256.

HSL color Cylindrical-coordinate representation of color #300FA3: hue angle of 253.38º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300FA3 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 15 163 -
CMYK 0.71 0.91 0 0.36
HSL 253.38º 0.83% 0.35% -
HSV(B) 253.38º 0.91% 0.64% -
XYZ 8 3.61 34.93 -
YUV 41.74 196.43 132.47 -
System Red Green Blue C M Y K H S L
Decimal 48 15 163 0.71 0.91 0 0.36 253.38 0.83 0.35
Hex 30 F A3 47 5B 0 24 FD 53 23
Octal 60 17 243 107 133 0 44 375 123 43
Binary 110000 1111 10100011 1000111 1011011 0 100100 11111101 1010011 100011

Color Harmonies of #300FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300FA3

Black with #300FA3

Text Example


Text Example

White with #300FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300FA3; }

 p { color: rgb(48,15,163); }

 H1.HeaderClassName
 {
   color: #300FA3;
 }
 .AnyTagClassName
 {
   color: #300FA3;
 }
</style>

background-color css

<style>
 a { background-color: #300FA3; }

 a { background-color: rgb(48,15,163); }

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

border-color css

<style>
 span { border-color: #300FA3; }

 span { border-color: rgb(48,15,163); }

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