Html Css Color HEX #300CB0 Ultramarine

📋 copy color: '#300CB0'

red 48 ◦ green 12 ◦ blue 176

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

Shades of Ultramarine #300CB0

Tints of Ultramarine #300CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 74.58%

R = 20.34%
G = 5.08%
B = 74.58%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#300CB0 (or 0x300CB0) is known color: Ultramarine. HEX triplet: 30, 0C and B0. RGB value is (48,12,176). Sum of RGB (Red+Green+Blue) = 48+12+176=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 176 (69.14% from 255 or 74.58% from 236); Max value from RGB is 176 - color contains mainly: blue. Hex color #300CB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300CB0 is #CFF34F. Grayscale: #282828. Windows color (decimal): -13628240 or 11537456. OLE color: 11537456.

HSL color Cylindrical-coordinate representation of color #300CB0: hue angle of 253.17º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300CB0 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 12 176 -
CMYK 0.73 0.93 0 0.31
HSL 253.17º 0.87% 0.37% -
HSV(B) 253.17º 0.93% 0.69% -
XYZ 9.19 4.03 41.37 -
YUV 41.46 203.93 132.66 -
System Red Green Blue C M Y K H S L
Decimal 48 12 176 0.73 0.93 0 0.31 253.17 0.87 0.37
Hex 30 C B0 49 5D 0 1F FD 57 25
Octal 60 14 260 111 135 0 37 375 127 45
Binary 110000 1100 10110000 1001001 1011101 0 11111 11111101 1010111 100101

Color Harmonies of #300CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300CB0

Black with #300CB0

Text Example


Text Example

White with #300CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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