Html Css Color HEX #3409BA Ultramarine

📋 copy color: '#3409BA'

red 52 ◦ green 9 ◦ blue 186

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

Shades of Ultramarine #3409BA

Tints of Ultramarine #3409BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.3%

R = 21.05%
G = 3.64%
B = 75.3%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3409BA (or 0x3409BA) is known color: Ultramarine. HEX triplet: 34, 09 and BA. RGB value is (52,9,186). Sum of RGB (Red+Green+Blue) = 52+9+186=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #3409BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3409BA is #CBF645. Grayscale: #292929. Windows color (decimal): -13366854 or 12192052. OLE color: 12192052.

HSL color Cylindrical-coordinate representation of color #3409BA: hue angle of 254.58º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3409BA is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 9 186 -
CMYK 0.72 0.95 0 0.27
HSL 254.58º 0.91% 0.38% -
HSV(B) 254.58º 0.95% 0.73% -
XYZ 10.38 4.47 46.77 -
YUV 42.04 209.25 135.11 -
System Red Green Blue C M Y K H S L
Decimal 52 9 186 0.72 0.95 0 0.27 254.58 0.91 0.38
Hex 34 9 BA 48 5F 0 1B FF 5B 26
Octal 64 11 272 110 137 0 33 377 133 46
Binary 110100 1001 10111010 1001000 1011111 0 11011 11111111 1011011 100110

Color Harmonies of #3409BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3409BA

Black with #3409BA

Text Example


Text Example

White with #3409BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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