#3400AF

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

Shades of Ultramarine #3400AF

Tints of Ultramarine #3400AF

Color information

#3400AF (or 0x3400AF) is unknown color: approx Ultramarine. HEX triplet: 34, 00 and AF. RGB value is (52,0,175). Sum of RGB (Red+Green+Blue) = 52+0+175=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #3400AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3400AF is #CBFF50. Grayscale: #222222. Windows color (decimal): -13369169 or 11468852. OLE color: 11468852.

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

Color convert

RGB520175-
CMYK0.70100.31
HSL257.83º100%34.31%-
HSV(B)257.83º100%68.63%-
XYZ9.153.8340.81-
YUV35.5206.73139.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 77.09%
R=22.91%
G=0%
B=77.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5201750.70100.31257.8310034.31
Hex340AF466401F1026422
Octal64025710614403740214442
Binary110100010101111100011011001000111111000000101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3400AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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