Html Css Color HEX #3409AE Ultramarine

📋 copy color: '#3409AE'

red 52 ◦ green 9 ◦ blue 174

#3409AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #3409AE

Tints of Ultramarine #3409AE

RGB

 RED value IS 52 (20.7% from 255) = 22.13%

 GREEN value IS 9 (3.91% from 255) = 3.83%

 BLUE value IS 174 (68.36% from 255) = 74.04%

R = 22.13%
G = 3.83%
B = 74.04%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3409AE (or 0x3409AE) is known color: Ultramarine. HEX triplet: 34, 09 and AE. RGB value is (52,9,174). Sum of RGB (Red+Green+Blue) = 52+9+174=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #3409AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3409AE is #CBF651. Grayscale: #282828. Windows color (decimal): -13366866 or 11405620. OLE color: 11405620.

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

Color convert

RGB 52 9 174 -
CMYK 0.70 0.95 0 0.32
HSL 255.64º 0.9% 0.36% -
HSV(B) 255.64º 0.95% 0.68% -
XYZ 9.15 3.98 40.33 -
YUV 40.67 203.25 136.08 -
System Red Green Blue C M Y K H S L
Decimal 52 9 174 0.70 0.95 0 0.32 255.64 0.9 0.36
Hex 34 9 AE 46 5F 0 20 100 5A 24
Octal 64 11 256 106 137 0 40 400 132 44
Binary 110100 1001 10101110 1000110 1011111 0 100000 100000000 1011010 100100

Color Harmonies of #3409AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3409AE

Black with #3409AE

Text Example


Text Example

White with #3409AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3409AE;
 }
 .AnyTagClassName
 {
   color: #3409AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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