#3400AE

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

Shades of Ultramarine #3400AE

Tints of Ultramarine #3400AE

Color information

#3400AE (or 0x3400AE) is unknown color: approx Ultramarine. HEX triplet: 34, 00 and AE. RGB value is (52,0,174). Sum of RGB (Red+Green+Blue) = 52+0+174=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 174 (68.36% from 255 or 76.99% from 226); Max value from RGB is 174 - color contains mainly: blue. Hex color #3400AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3400AE is #CBFF51. Grayscale: #222222. Windows color (decimal): -13369170 or 11403316. OLE color: 11403316.

HSL color Cylindrical-coordinate representation of color #3400AE: hue angle of 257.93º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400AE is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB520174-
CMYK0.70100.32
HSL257.93º100%34.12%-
HSV(B)257.93º100%68.24%-
XYZ9.063.7940.3-
YUV35.38206.23139.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 76.99%
R=23.01%
G=0%
B=76.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5201740.70100.32257.9310034.12
Hex340AE46640201026422
Octal64025610614404040214442
Binary1101000101011101000110110010001000001000000101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3400AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3400AE; }

 p { color: rgb(52,0,174); }

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

<style>
 a { background-color: #3400AE; }

 a { background-color: rgb(52,0,174); }

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

<style>
 span { border-color: #3400AE; }

 span { border-color: rgb(52,0,174); }

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