Html Css Color HEX #3403C1 Medium Blue

📋 copy color: '#3403C1'

red 52 ◦ green 3 ◦ blue 193

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

Shades of Medium Blue #3403C1

Tints of Medium Blue #3403C1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 193 (75.78% from 255) = 77.82%

R = 20.97%
G = 1.21%
B = 77.82%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3403C1 (or 0x3403C1) is known color: Medium Blue. HEX triplet: 34, 03 and C1. RGB value is (52,3,193). Sum of RGB (Red+Green+Blue) = 52+3+193=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 193 (75.78% from 255 or 77.82% from 248); Max value from RGB is 193 - color contains mainly: blue. Hex color #3403C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3403C1 is #CBFC3E. Grayscale: #262626. Windows color (decimal): -13368383 or 12649268. OLE color: 12649268.

HSL color Cylindrical-coordinate representation of color #3403C1: hue angle of 255.47º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3403C1 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 3 193 -
CMYK 0.73 0.98 0 0.24
HSL 255.47º 0.97% 0.38% -
HSV(B) 255.47º 0.98% 0.76% -
XYZ 11.07 4.65 50.77 -
YUV 39.31 214.73 137.05 -
System Red Green Blue C M Y K H S L
Decimal 52 3 193 0.73 0.98 0 0.24 255.47 0.97 0.38
Hex 34 3 C1 49 62 0 18 FF 61 26
Octal 64 3 301 111 142 0 30 377 141 46
Binary 110100 11 11000001 1001001 1100010 0 11000 11111111 1100001 100110

Color Harmonies of #3403C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3403C1

Black with #3403C1

Text Example


Text Example

White with #3403C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3403C1; }

 p { color: rgb(52,3,193); }

 H1.HeaderClassName
 {
   color: #3403C1;
 }
 .AnyTagClassName
 {
   color: #3403C1;
 }
</style>

background-color css

<style>
 a { background-color: #3403C1; }

 a { background-color: rgb(52,3,193); }

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

border-color css

<style>
 span { border-color: #3403C1; }

 span { border-color: rgb(52,3,193); }

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