Html Css Color HEX #3419A6 Ultramarine

📋 copy color: '#3419A6'

red 52 ◦ green 25 ◦ blue 166

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

Shades of Ultramarine #3419A6

Tints of Ultramarine #3419A6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.29%

 BLUE value IS 166 (65.23% from 255) = 68.31%

R = 21.4%
G = 10.29%
B = 68.31%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3419A6 (or 0x3419A6) is known color: Ultramarine. HEX triplet: 34, 19 and A6. RGB value is (52,25,166). Sum of RGB (Red+Green+Blue) = 52+25+166=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 166 (65.23% from 255 or 68.31% from 243); Max value from RGB is 166 - color contains mainly: blue. Hex color #3419A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3419A6 is #CBE659. Grayscale: #303030. Windows color (decimal): -13362778 or 10885428. OLE color: 10885428.

HSL color Cylindrical-coordinate representation of color #3419A6: hue angle of 251.49º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3419A6 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 25 166 -
CMYK 0.69 0.85 0 0.35
HSL 251.49º 0.74% 0.37% -
HSV(B) 251.49º 0.85% 0.65% -
XYZ 8.65 4.18 36.43 -
YUV 49.15 193.95 130.04 -
System Red Green Blue C M Y K H S L
Decimal 52 25 166 0.69 0.85 0 0.35 251.49 0.74 0.37
Hex 34 19 A6 45 55 0 23 FB 4A 25
Octal 64 31 246 105 125 0 43 373 112 45
Binary 110100 11001 10100110 1000101 1010101 0 100011 11111011 1001010 100101

Color Harmonies of #3419A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3419A6

Black with #3419A6

Text Example


Text Example

White with #3419A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3419A6; }

 p { color: rgb(52,25,166); }

 H1.HeaderClassName
 {
   color: #3419A6;
 }
 .AnyTagClassName
 {
   color: #3419A6;
 }
</style>

background-color css

<style>
 a { background-color: #3419A6; }

 a { background-color: rgb(52,25,166); }

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

border-color css

<style>
 span { border-color: #3419A6; }

 span { border-color: rgb(52,25,166); }

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