Html Css Color HEX #3409BD Medium Blue

📋 copy color: '#3409BD'

red 52 ◦ green 9 ◦ blue 189

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

Shades of Medium Blue #3409BD

Tints of Medium Blue #3409BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 75.6%

R = 20.8%
G = 3.6%
B = 75.6%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3409BD (or 0x3409BD) is known color: Medium Blue. HEX triplet: 34, 09 and BD. RGB value is (52,9,189). Sum of RGB (Red+Green+Blue) = 52+9+189=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #3409BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3409BD is #CBF642. Grayscale: #292929. Windows color (decimal): -13366851 or 12388660. OLE color: 12388660.

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

Color convert

RGB 52 9 189 -
CMYK 0.72 0.95 0 0.26
HSL 254.33º 0.91% 0.39% -
HSV(B) 254.33º 0.95% 0.74% -
XYZ 10.7 4.6 48.47 -
YUV 42.38 210.75 134.86 -
System Red Green Blue C M Y K H S L
Decimal 52 9 189 0.72 0.95 0 0.26 254.33 0.91 0.39
Hex 34 9 BD 48 5F 0 1A FE 5B 27
Octal 64 11 275 110 137 0 32 376 133 47
Binary 110100 1001 10111101 1001000 1011111 0 11010 11111110 1011011 100111

Color Harmonies of #3409BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3409BD

Black with #3409BD

Text Example


Text Example

White with #3409BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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