Html Css Color HEX #3606C1 Medium Blue

📋 copy color: '#3606C1'

red 54 ◦ green 6 ◦ blue 193

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

Shades of Medium Blue #3606C1

Tints of Medium Blue #3606C1

RGB

 RED value IS 54 (21.48% from 255) = 21.34%

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

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

R = 21.34%
G = 2.37%
B = 76.28%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3606C1 (or 0x3606C1) is known color: Medium Blue. HEX triplet: 36, 06 and C1. RGB value is (54,6,193). Sum of RGB (Red+Green+Blue) = 54+6+193=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 193 (75.78% from 255 or 76.28% from 253); Max value from RGB is 193 - color contains mainly: blue. Hex color #3606C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3606C1 is #C9F93E. Grayscale: #282828. Windows color (decimal): -13236543 or 12650038. OLE color: 12650038.

HSL color Cylindrical-coordinate representation of color #3606C1: hue angle of 255.4º 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 #3606C1 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 6 193 -
CMYK 0.72 0.97 0 0.24
HSL 255.4º 0.94% 0.39% -
HSV(B) 255.4º 0.97% 0.76% -
XYZ 11.21 4.76 50.78 -
YUV 41.67 213.4 136.79 -
System Red Green Blue C M Y K H S L
Decimal 54 6 193 0.72 0.97 0 0.24 255.4 0.94 0.39
Hex 36 6 C1 48 61 0 18 FF 5E 27
Octal 66 6 301 110 141 0 30 377 136 47
Binary 110110 110 11000001 1001000 1100001 0 11000 11111111 1011110 100111

Color Harmonies of #3606C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3606C1

Black with #3606C1

Text Example


Text Example

White with #3606C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,6,193); }

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

background-color css

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

 a { background-color: rgb(54,6,193); }

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

border-color css

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

 span { border-color: rgb(54,6,193); }

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