Html Css Color HEX #3506C2 Medium Blue

📋 copy color: '#3506C2'

red 53 ◦ green 6 ◦ blue 194

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

Shades of Medium Blue #3506C2

Tints of Medium Blue #3506C2

RGB

 RED value IS 53 (21.09% from 255) = 20.95%

 GREEN value IS 6 (2.73% from 255) = 2.37%

 BLUE value IS 194 (76.17% from 255) = 76.68%

R = 20.95%
G = 2.37%
B = 76.68%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3506C2 (or 0x3506C2) is known color: Medium Blue. HEX triplet: 35, 06 and C2. RGB value is (53,6,194). Sum of RGB (Red+Green+Blue) = 53+6+194=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 194 (76.17% from 255 or 76.68% from 253); Max value from RGB is 194 - color contains mainly: blue. Hex color #3506C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3506C2 is #CAF93D. Grayscale: #282828. Windows color (decimal): -13302078 or 12715573. OLE color: 12715573.

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

Color convert

RGB 53 6 194 -
CMYK 0.73 0.97 0 0.24
HSL 255º 0.94% 0.39% -
HSV(B) 255º 0.97% 0.76% -
XYZ 11.27 4.78 51.37 -
YUV 41.49 214.07 136.21 -
System Red Green Blue C M Y K H S L
Decimal 53 6 194 0.73 0.97 0 0.24 255 0.94 0.39
Hex 35 6 C2 49 61 0 18 FF 5E 27
Octal 65 6 302 111 141 0 30 377 136 47
Binary 110101 110 11000010 1001001 1100001 0 11000 11111111 1011110 100111

Color Harmonies of #3506C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3506C2

Black with #3506C2

Text Example


Text Example

White with #3506C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3506C2; }

 p { color: rgb(53,6,194); }

 H1.HeaderClassName
 {
   color: #3506C2;
 }
 .AnyTagClassName
 {
   color: #3506C2;
 }
</style>

background-color css

<style>
 a { background-color: #3506C2; }

 a { background-color: rgb(53,6,194); }

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

border-color css

<style>
 span { border-color: #3506C2; }

 span { border-color: rgb(53,6,194); }

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