Html Css Color HEX #3401C3 Medium Blue

📋 copy color: '#3401C3'

red 52 ◦ green 1 ◦ blue 195

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

Shades of Medium Blue #3401C3

Tints of Medium Blue #3401C3

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 195 (76.56% from 255) = 78.63%

R = 20.97%
G = 0.4%
B = 78.63%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3401C3 (or 0x3401C3) is known color: Medium Blue. HEX triplet: 34, 01 and C3. RGB value is (52,1,195). Sum of RGB (Red+Green+Blue) = 52+1+195=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 195 (76.56% from 255 or 78.63% from 248); Max value from RGB is 195 - color contains mainly: blue. Hex color #3401C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3401C3 is #CBFE3C. Grayscale: #252525. Windows color (decimal): -13368893 or 12779828. OLE color: 12779828.

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

Color convert

RGB 52 1 195 -
CMYK 0.73 0.99 0 0.24
HSL 255.77º 0.99% 0.38% -
HSV(B) 255.77º 0.99% 0.76% -
XYZ 11.28 4.69 51.94 -
YUV 38.37 216.4 137.73 -
System Red Green Blue C M Y K H S L
Decimal 52 1 195 0.73 0.99 0 0.24 255.77 0.99 0.38
Hex 34 1 C3 49 63 0 18 100 63 26
Octal 64 1 303 111 143 0 30 400 143 46
Binary 110100 1 11000011 1001001 1100011 0 11000 100000000 1100011 100110

Color Harmonies of #3401C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3401C3

Black with #3401C3

Text Example


Text Example

White with #3401C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3401C3; }

 p { color: rgb(52,1,195); }

 H1.HeaderClassName
 {
   color: #3401C3;
 }
 .AnyTagClassName
 {
   color: #3401C3;
 }
</style>

background-color css

<style>
 a { background-color: #3401C3; }

 a { background-color: rgb(52,1,195); }

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

border-color css

<style>
 span { border-color: #3401C3; }

 span { border-color: rgb(52,1,195); }

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