#3417AD

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

Shades of Ultramarine #3417AD

Tints of Ultramarine #3417AD

Color information

#3417AD (or 0x3417AD) is unknown color: approx Ultramarine. HEX triplet: 34, 17 and AD. RGB value is (52,23,173). Sum of RGB (Red+Green+Blue) = 52+23+173=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #3417AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3417AD is #CBE852. Grayscale: #303030. Windows color (decimal): -13363283 or 11343668. OLE color: 11343668.

HSL color Cylindrical-coordinate representation of color #3417AD: hue angle of 251.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3417AD is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5223173-
CMYK0.700.8700.32
HSL251.6º76.53%38.43%-
HSV(B)251.6º86.71%67.84%-
XYZ9.274.3639.89-
YUV48.77198.11130.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 23 (9.38% from 255) = 9.27%
BLUE value IS 173 (67.97% from 255) = 69.76%
R=20.97%
G=9.27%
B=69.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52231730.700.8700.32251.676.5338.43
Hex3417AD4657020fc4d26
Octal642725510612704037411546
Binary1101001011110101101100011010101110100000111111001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3417AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3417AD; }

 p { color: rgb(52,23,173); }

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

<style>
 a { background-color: #3417AD; }

 a { background-color: rgb(52,23,173); }

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

<style>
 span { border-color: #3417AD; }

 span { border-color: rgb(52,23,173); }

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