#3418AB

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

Shades of Ultramarine #3418AB

Tints of Ultramarine #3418AB

Color information

#3418AB (or 0x3418AB) is unknown color: approx Ultramarine. HEX triplet: 34, 18 and AB. RGB value is (52,24,171). Sum of RGB (Red+Green+Blue) = 52+24+171=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #3418AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3418AB is #CBE754. Grayscale: #303030. Windows color (decimal): -13363029 or 11212852. OLE color: 11212852.

HSL color Cylindrical-coordinate representation of color #3418AB: hue angle of 251.43º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3418AB is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5224171-
CMYK0.700.8600.33
HSL251.43º75.38%38.24%-
HSV(B)251.43º85.96%67.06%-
XYZ9.094.3238.88-
YUV49.13196.78130.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 171 (67.19% from 255) = 69.23%
R=21.05%
G=9.72%
B=69.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52241710.700.8600.33251.4375.3838.24
Hex3418AB4656021fb4b26
Octal643025310612604137311346
Binary1101001100010101011100011010101100100001111110111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3418AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3418AB; }

 p { color: rgb(52,24,171); }

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

<style>
 a { background-color: #3418AB; }

 a { background-color: rgb(52,24,171); }

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

<style>
 span { border-color: #3418AB; }

 span { border-color: rgb(52,24,171); }

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