Html Css Color HEX #3209CE Medium Blue

📋 copy color: '#3209CE'

red 50 ◦ green 9 ◦ blue 206

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

Shades of Medium Blue #3209CE

Tints of Medium Blue #3209CE

RGB

 RED value IS 50 (19.92% from 255) = 18.87%

 GREEN value IS 9 (3.91% from 255) = 3.4%

 BLUE value IS 206 (80.86% from 255) = 77.74%

R = 18.87%
G = 3.4%
B = 77.74%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3209CE (or 0x3209CE) is known color: Medium Blue. HEX triplet: 32, 09 and CE. RGB value is (50,9,206). Sum of RGB (Red+Green+Blue) = 50+9+206=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #3209CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3209CE is #CDF631. Grayscale: #2A2A2A. Windows color (decimal): -13497906 or 13502770. OLE color: 13502770.

HSL color Cylindrical-coordinate representation of color #3209CE: hue angle of 252.49º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3209CE is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 9 206 -
CMYK 0.76 0.96 0 0.19
HSL 252.49º 0.92% 0.42% -
HSV(B) 252.49º 0.96% 0.81% -
XYZ 12.55 5.33 58.76 -
YUV 43.72 219.58 132.48 -
System Red Green Blue C M Y K H S L
Decimal 50 9 206 0.76 0.96 0 0.19 252.49 0.92 0.42
Hex 32 9 CE 4C 60 0 13 FC 5C 2A
Octal 62 11 316 114 140 0 23 374 134 52
Binary 110010 1001 11001110 1001100 1100000 0 10011 11111100 1011100 101010

Color Harmonies of #3209CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3209CE

Black with #3209CE

Text Example


Text Example

White with #3209CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3209CE; }

 p { color: rgb(50,9,206); }

 H1.HeaderClassName
 {
   color: #3209CE;
 }
 .AnyTagClassName
 {
   color: #3209CE;
 }
</style>

background-color css

<style>
 a { background-color: #3209CE; }

 a { background-color: rgb(50,9,206); }

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

border-color css

<style>
 span { border-color: #3209CE; }

 span { border-color: rgb(50,9,206); }

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