Html Css Color HEX #3401BE Medium Blue

📋 copy color: '#3401BE'

red 52 ◦ green 1 ◦ blue 190

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

Shades of Medium Blue #3401BE

Tints of Medium Blue #3401BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 78.19%

R = 21.4%
G = 0.41%
B = 78.19%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3401BE (or 0x3401BE) is known color: Medium Blue. HEX triplet: 34, 01 and BE. RGB value is (52,1,190). Sum of RGB (Red+Green+Blue) = 52+1+190=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #3401BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3401BE is #CBFE41. Grayscale: #252525. Windows color (decimal): -13368898 or 12452148. OLE color: 12452148.

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

Color convert

RGB 52 1 190 -
CMYK 0.73 0.99 0 0.25
HSL 256.19º 0.99% 0.37% -
HSV(B) 256.19º 0.99% 0.75% -
XYZ 10.72 4.47 49.01 -
YUV 37.8 213.9 138.13 -
System Red Green Blue C M Y K H S L
Decimal 52 1 190 0.73 0.99 0 0.25 256.19 0.99 0.37
Hex 34 1 BE 49 63 0 19 100 63 25
Octal 64 1 276 111 143 0 31 400 143 45
Binary 110100 1 10111110 1001001 1100011 0 11001 100000000 1100011 100101

Color Harmonies of #3401BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3401BE

Black with #3401BE

Text Example


Text Example

White with #3401BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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