Html Css Color HEX #3205CC Medium Blue

📋 copy color: '#3205CC'

red 50 ◦ green 5 ◦ blue 204

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

Shades of Medium Blue #3205CC

Tints of Medium Blue #3205CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

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

R = 19.31%
G = 1.93%
B = 78.76%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3205CC (or 0x3205CC) is known color: Medium Blue. HEX triplet: 32, 05 and CC. RGB value is (50,5,204). Sum of RGB (Red+Green+Blue) = 50+5+204=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 204 (80.08% from 255 or 78.76% from 259); Max value from RGB is 204 - color contains mainly: blue. Hex color #3205CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3205CC is #CDFA33. Grayscale: #282828. Windows color (decimal): -13498932 or 13370674. OLE color: 13370674.

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

Color convert

RGB 50 5 204 -
CMYK 0.75 0.98 0 0.2
HSL 253.57º 0.95% 0.41% -
HSV(B) 253.57º 0.98% 0.8% -
XYZ 12.27 5.15 57.47 -
YUV 41.14 219.91 134.32 -
System Red Green Blue C M Y K H S L
Decimal 50 5 204 0.75 0.98 0 0.2 253.57 0.95 0.41
Hex 32 5 CC 4B 62 0 14 FE 5F 29
Octal 62 5 314 113 142 0 24 376 137 51
Binary 110010 101 11001100 1001011 1100010 0 10100 11111110 1011111 101001

Color Harmonies of #3205CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3205CC

Black with #3205CC

Text Example


Text Example

White with #3205CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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