#3010B0

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

Shades of Ultramarine #3010B0

Tints of Ultramarine #3010B0

Color information

#3010B0 (or 0x3010B0) is unknown color: approx Ultramarine. HEX triplet: 30, 10 and B0. RGB value is (48,16,176). Sum of RGB (Red+Green+Blue) = 48+16+176=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 176 (69.14% from 255 or 73.33% from 240); Max value from RGB is 176 - color contains mainly: blue. Hex color #3010B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3010B0 is #CFEF4F. Grayscale: #2B2B2B. Windows color (decimal): -13627216 or 11538480. OLE color: 11538480.

HSL color Cylindrical-coordinate representation of color #3010B0: hue angle of 252º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3010B0 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4816176-
CMYK0.730.9100.31
HSL252º83.33%37.65%-
HSV(B)252º90.91%69.02%-
XYZ9.244.1341.39-
YUV43.81202.6130.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 16 (6.64% from 255) = 6.67%
BLUE value IS 176 (69.14% from 255) = 73.33%
R=20%
G=6.67%
B=73.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48161760.730.9100.3125283.3337.65
Hex3010B0495B01Ffc5326
Octal602026011113303737412346
Binary110000100001011000010010011011011011111111111001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3010B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3010B0; }

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

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

<style>
 a { background-color: #3010B0; }

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

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

<style>
 span { border-color: #3010B0; }

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

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