Html Css Color HEX #300CAC Ultramarine

📋 copy color: '#300CAC'

red 48 ◦ green 12 ◦ blue 172

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

Shades of Ultramarine #300CAC

Tints of Ultramarine #300CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.17%

 BLUE value IS 172 (67.58% from 255) = 74.14%

R = 20.69%
G = 5.17%
B = 74.14%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#300CAC (or 0x300CAC) is known color: Ultramarine. HEX triplet: 30, 0C and AC. RGB value is (48,12,172). Sum of RGB (Red+Green+Blue) = 48+12+172=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #300CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300CAC is #CFF353. Grayscale: #282828. Windows color (decimal): -13628244 or 11275312. OLE color: 11275312.

HSL color Cylindrical-coordinate representation of color #300CAC: hue angle of 253.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300CAC is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 12 172 -
CMYK 0.72 0.93 0 0.33
HSL 253.5º 0.87% 0.36% -
HSV(B) 253.5º 0.93% 0.67% -
XYZ 8.8 3.87 39.31 -
YUV 41 201.93 132.99 -
System Red Green Blue C M Y K H S L
Decimal 48 12 172 0.72 0.93 0 0.33 253.5 0.87 0.36
Hex 30 C AC 48 5D 0 21 FE 57 24
Octal 60 14 254 110 135 0 41 376 127 44
Binary 110000 1100 10101100 1001000 1011101 0 100001 11111110 1010111 100100

Color Harmonies of #300CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300CAC

Black with #300CAC

Text Example


Text Example

White with #300CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,12,172); }

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

background-color css

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

 a { background-color: rgb(48,12,172); }

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

border-color css

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

 span { border-color: rgb(48,12,172); }

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