Html Css Color HEX #3409C5 Medium Blue

📋 copy color: '#3409C5'

red 52 ◦ green 9 ◦ blue 197

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

Shades of Medium Blue #3409C5

Tints of Medium Blue #3409C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 76.36%

R = 20.16%
G = 3.49%
B = 76.36%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3409C5 (or 0x3409C5) is known color: Medium Blue. HEX triplet: 34, 09 and C5. RGB value is (52,9,197). Sum of RGB (Red+Green+Blue) = 52+9+197=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 197 (77.34% from 255 or 76.36% from 258); Max value from RGB is 197 - color contains mainly: blue. Hex color #3409C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3409C5 is #CBF63A. Grayscale: #2A2A2A. Windows color (decimal): -13366843 or 12912948. OLE color: 12912948.

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

Color convert

RGB 52 9 197 -
CMYK 0.74 0.95 0 0.23
HSL 253.72º 0.91% 0.4% -
HSV(B) 253.72º 0.95% 0.77% -
XYZ 11.59 4.96 53.17 -
YUV 43.29 214.75 134.21 -
System Red Green Blue C M Y K H S L
Decimal 52 9 197 0.74 0.95 0 0.23 253.72 0.91 0.4
Hex 34 9 C5 4A 5F 0 17 FE 5B 28
Octal 64 11 305 112 137 0 27 376 133 50
Binary 110100 1001 11000101 1001010 1011111 0 10111 11111110 1011011 101000

Color Harmonies of #3409C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3409C5

Black with #3409C5

Text Example


Text Example

White with #3409C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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