Html Css Color HEX #3203CC Medium Blue

📋 copy color: '#3203CC'

red 50 ◦ green 3 ◦ blue 204

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

Shades of Medium Blue #3203CC

Tints of Medium Blue #3203CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 19.46%
G = 1.17%
B = 79.38%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3203CC (or 0x3203CC) is known color: Medium Blue. HEX triplet: 32, 03 and CC. RGB value is (50,3,204). Sum of RGB (Red+Green+Blue) = 50+3+204=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 204 (80.08% from 255 or 79.38% from 257); Max value from RGB is 204 - color contains mainly: blue. Hex color #3203CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3203CC is #CDFC33. Grayscale: #272727. Windows color (decimal): -13499444 or 13370162. OLE color: 13370162.

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

Color convert

RGB 50 3 204 -
CMYK 0.75 0.99 0 0.2
HSL 254.03º 0.97% 0.41% -
HSV(B) 254.03º 0.99% 0.8% -
XYZ 12.25 5.1 57.47 -
YUV 39.97 220.57 135.16 -
System Red Green Blue C M Y K H S L
Decimal 50 3 204 0.75 0.99 0 0.2 254.03 0.97 0.41
Hex 32 3 CC 4B 63 0 14 FE 61 29
Octal 62 3 314 113 143 0 24 376 141 51
Binary 110010 11 11001100 1001011 1100011 0 10100 11111110 1100001 101001

Color Harmonies of #3203CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3203CC

Black with #3203CC

Text Example


Text Example

White with #3203CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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