Html Css Color HEX #3410C9 Medium Blue

📋 copy color: '#3410C9'

red 52 ◦ green 16 ◦ blue 201

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

Shades of Medium Blue #3410C9

Tints of Medium Blue #3410C9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

 BLUE value IS 201 (78.91% from 255) = 74.72%

R = 19.33%
G = 5.95%
B = 74.72%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3410C9 (or 0x3410C9) is known color: Medium Blue. HEX triplet: 34, 10 and C9. RGB value is (52,16,201). Sum of RGB (Red+Green+Blue) = 52+16+201=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 201 (78.91% from 255 or 74.72% from 269); Max value from RGB is 201 - color contains mainly: blue. Hex color #3410C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3410C9 is #CBEF36. Grayscale: #2F2F2F. Windows color (decimal): -13365047 or 13176884. OLE color: 13176884.

HSL color Cylindrical-coordinate representation of color #3410C9: hue angle of 251.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3410C9 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 16 201 -
CMYK 0.74 0.92 0 0.21
HSL 251.68º 0.85% 0.43% -
HSV(B) 251.68º 0.92% 0.79% -
XYZ 12.14 5.32 55.64 -
YUV 47.85 214.43 130.96 -
System Red Green Blue C M Y K H S L
Decimal 52 16 201 0.74 0.92 0 0.21 251.68 0.85 0.43
Hex 34 10 C9 4A 5C 0 15 FC 55 2B
Octal 64 20 311 112 134 0 25 374 125 53
Binary 110100 10000 11001001 1001010 1011100 0 10101 11111100 1010101 101011

Color Harmonies of #3410C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3410C9

Black with #3410C9

Text Example


Text Example

White with #3410C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3410C9; }

 p { color: rgb(52,16,201); }

 H1.HeaderClassName
 {
   color: #3410C9;
 }
 .AnyTagClassName
 {
   color: #3410C9;
 }
</style>

background-color css

<style>
 a { background-color: #3410C9; }

 a { background-color: rgb(52,16,201); }

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

border-color css

<style>
 span { border-color: #3410C9; }

 span { border-color: rgb(52,16,201); }

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