#3018A6

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

Shades of Ultramarine #3018A6

Tints of Ultramarine #3018A6

Color information

#3018A6 (or 0x3018A6) is unknown color: approx Ultramarine. HEX triplet: 30, 18 and A6. RGB value is (48,24,166). Sum of RGB (Red+Green+Blue) = 48+24+166=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 166 (65.23% from 255 or 69.75% from 238); Max value from RGB is 166 - color contains mainly: blue. Hex color #3018A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3018A6 is #CFE759. Grayscale: #2E2E2E. Windows color (decimal): -13625178 or 10885168. OLE color: 10885168.

HSL color Cylindrical-coordinate representation of color #3018A6: hue angle of 250.14º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3018A6 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4824166-
CMYK0.710.8600.35
HSL250.14º74.74%37.25%-
HSV(B)250.14º85.54%65.1%-
XYZ8.434.0336.41-
YUV47.36194.95128.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 24 (9.77% from 255) = 10.08%
BLUE value IS 166 (65.23% from 255) = 69.75%
R=20.17%
G=10.08%
B=69.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48241660.710.8600.35250.1474.7437.25
Hex3018A64756023fa4b25
Octal603024610712604337211345
Binary1100001100010100110100011110101100100011111110101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3018A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3018A6; }

 p { color: rgb(48,24,166); }

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

<style>
 a { background-color: #3018A6; }

 a { background-color: rgb(48,24,166); }

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

<style>
 span { border-color: #3018A6; }

 span { border-color: rgb(48,24,166); }

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