Html Css Color HEX #3103CC Medium Blue

📋 copy color: '#3103CC'

red 49 ◦ green 3 ◦ blue 204

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

Shades of Medium Blue #3103CC

Tints of Medium Blue #3103CC

RGB

 RED value IS 49 (19.53% from 255) = 19.14%

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

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

R = 19.14%
G = 1.17%
B = 79.69%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3103CC (or 0x3103CC) is known color: Medium Blue. HEX triplet: 31, 03 and CC. RGB value is (49,3,204). Sum of RGB (Red+Green+Blue) = 49+3+204=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #3103CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3103CC is #CEFC33. Grayscale: #262626. Windows color (decimal): -13564980 or 13370161. OLE color: 13370161.

HSL color Cylindrical-coordinate representation of color #3103CC: hue angle of 253.73º 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 #3103CC is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 3 204 -
CMYK 0.76 0.99 0 0.2
HSL 253.73º 0.97% 0.41% -
HSV(B) 253.73º 0.99% 0.8% -
XYZ 12.2 5.08 57.46 -
YUV 39.67 220.74 134.66 -
System Red Green Blue C M Y K H S L
Decimal 49 3 204 0.76 0.99 0 0.2 253.73 0.97 0.41
Hex 31 3 CC 4C 63 0 14 FE 61 29
Octal 61 3 314 114 143 0 24 376 141 51
Binary 110001 11 11001100 1001100 1100011 0 10100 11111110 1100001 101001

Color Harmonies of #3103CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3103CC

Black with #3103CC

Text Example


Text Example

White with #3103CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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