Html Css Color HEX #3213CC Medium Blue

📋 copy color: '#3213CC'

red 50 ◦ green 19 ◦ blue 204

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

Shades of Medium Blue #3213CC

Tints of Medium Blue #3213CC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 204 (80.08% from 255) = 74.73%

R = 18.32%
G = 6.96%
B = 74.73%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3213CC (or 0x3213CC) is known color: Medium Blue. HEX triplet: 32, 13 and CC. RGB value is (50,19,204). Sum of RGB (Red+Green+Blue) = 50+19+204=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #3213CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3213CC is #CDEC33. Grayscale: #303030. Windows color (decimal): -13495348 or 13374258. OLE color: 13374258.

HSL color Cylindrical-coordinate representation of color #3213CC: hue angle of 250.05º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3213CC is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 19 204 -
CMYK 0.75 0.91 0 0.2
HSL 250.05º 0.83% 0.44% -
HSV(B) 250.05º 0.91% 0.8% -
XYZ 12.45 5.5 57.53 -
YUV 49.36 215.27 128.46 -
System Red Green Blue C M Y K H S L
Decimal 50 19 204 0.75 0.91 0 0.2 250.05 0.83 0.44
Hex 32 13 CC 4B 5B 0 14 FA 53 2C
Octal 62 23 314 113 133 0 24 372 123 54
Binary 110010 10011 11001100 1001011 1011011 0 10100 11111010 1010011 101100

Color Harmonies of #3213CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3213CC

Black with #3213CC

Text Example


Text Example

White with #3213CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3213CC; }

 p { color: rgb(50,19,204); }

 H1.HeaderClassName
 {
   color: #3213CC;
 }
 .AnyTagClassName
 {
   color: #3213CC;
 }
</style>

background-color css

<style>
 a { background-color: #3213CC; }

 a { background-color: rgb(50,19,204); }

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

border-color css

<style>
 span { border-color: #3213CC; }

 span { border-color: rgb(50,19,204); }

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