Html Css Color HEX #3412B9 Ultramarine

📋 copy color: '#3412B9'

red 52 ◦ green 18 ◦ blue 185

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

Shades of Ultramarine #3412B9

Tints of Ultramarine #3412B9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

 BLUE value IS 185 (72.66% from 255) = 72.55%

R = 20.39%
G = 7.06%
B = 72.55%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3412B9 (or 0x3412B9) is known color: Ultramarine. HEX triplet: 34, 12 and B9. RGB value is (52,18,185). Sum of RGB (Red+Green+Blue) = 52+18+185=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 185 (72.66% from 255 or 72.55% from 255); Max value from RGB is 185 - color contains mainly: blue. Hex color #3412B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3412B9 is #CBED46. Grayscale: #2E2E2E. Windows color (decimal): -13364551 or 12128820. OLE color: 12128820.

HSL color Cylindrical-coordinate representation of color #3412B9: hue angle of 252.22º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3412B9 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 18 185 -
CMYK 0.72 0.90 0 0.27
HSL 252.22º 0.82% 0.4% -
HSV(B) 252.22º 0.9% 0.73% -
XYZ 10.39 4.67 46.25 -
YUV 47.2 205.76 131.42 -
System Red Green Blue C M Y K H S L
Decimal 52 18 185 0.72 0.90 0 0.27 252.22 0.82 0.4
Hex 34 12 B9 48 5A 0 1B FC 52 28
Octal 64 22 271 110 132 0 33 374 122 50
Binary 110100 10010 10111001 1001000 1011010 0 11011 11111100 1010010 101000

Color Harmonies of #3412B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3412B9

Black with #3412B9

Text Example


Text Example

White with #3412B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3412B9; }

 p { color: rgb(52,18,185); }

 H1.HeaderClassName
 {
   color: #3412B9;
 }
 .AnyTagClassName
 {
   color: #3412B9;
 }
</style>

background-color css

<style>
 a { background-color: #3412B9; }

 a { background-color: rgb(52,18,185); }

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

border-color css

<style>
 span { border-color: #3412B9; }

 span { border-color: rgb(52,18,185); }

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