#300CB2

Color #300CB2 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #300CB2

Tints of Ultramarine #300CB2

Color information

#300CB2 (or 0x300CB2) is unknown color: approx Ultramarine. HEX triplet: 30, 0C and B2. RGB value is (48,12,178). Sum of RGB (Red+Green+Blue) = 48+12+178=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 178 (69.92% from 255 or 74.79% from 238); Max value from RGB is 178 - color contains mainly: blue. Hex color #300CB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300CB2 is #CFF34D. Grayscale: #292929. Windows color (decimal): -13628238 or 11668528. OLE color: 11668528.

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

Color convert

RGB4812178-
CMYK0.730.9300.30
HSL253.01º87.37%37.25%-
HSV(B)253.01º93.26%69.8%-
XYZ9.394.1142.42-
YUV41.69204.93132.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 12 (5.08% from 255) = 5.04%
BLUE value IS 178 (69.92% from 255) = 74.79%
R=20.17%
G=5.04%
B=74.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48121780.730.9300.30253.0187.3737.25
Hex30CB2495D01Efd5725
Octal601426211113503637512745
Binary11000011001011001010010011011101011110111111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #300CB2;
 }
 .AnyTagClassName
 {
   color: #300CB2;
 }
</style>
background-color css

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

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

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

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

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

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