#3002B4

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

Shades of Ultramarine #3002B4

Tints of Ultramarine #3002B4

Color information

#3002B4 (or 0x3002B4) is unknown color: approx Ultramarine. HEX triplet: 30, 02 and B4. RGB value is (48,2,180). Sum of RGB (Red+Green+Blue) = 48+2+180=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 180 (70.70% from 255 or 78.26% from 230); Max value from RGB is 180 - color contains mainly: blue. Hex color #3002B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3002B4 is #CFFD4B. Grayscale: #232323. Windows color (decimal): -13630796 or 11797040. OLE color: 11797040.

HSL color Cylindrical-coordinate representation of color #3002B4: hue angle of 255.51º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3002B4 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB482180-
CMYK0.730.9900.29
HSL255.51º97.8%35.69%-
HSV(B)255.51º98.89%70.59%-
XYZ9.483.9743.45-
YUV36.05209.24136.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 180 (70.70% from 255) = 78.26%
R=20.87%
G=0.87%
B=78.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal4821800.730.9900.29255.5197.835.69
Hex302B4496301D1006224
Octal60226411114303540014244
Binary1100001010110100100100111000110111011000000001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3002B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3002B4; }

 p { color: rgb(48,2,180); }

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

<style>
 a { background-color: #3002B4; }

 a { background-color: rgb(48,2,180); }

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

<style>
 span { border-color: #3002B4; }

 span { border-color: rgb(48,2,180); }

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