Html Css Color HEX #3112CC Medium Blue

📋 copy color: '#3112CC'

red 49 ◦ green 18 ◦ blue 204

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

Shades of Medium Blue #3112CC

Tints of Medium Blue #3112CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

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

R = 18.08%
G = 6.64%
B = 75.28%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3112CC (or 0x3112CC) is known color: Medium Blue. HEX triplet: 31, 12 and CC. RGB value is (49,18,204). Sum of RGB (Red+Green+Blue) = 49+18+204=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #3112CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3112CC is #CEED33. Grayscale: #2F2F2F. Windows color (decimal): -13561140 or 13374001. OLE color: 13374001.

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

Color convert

RGB 49 18 204 -
CMYK 0.76 0.91 0 0.2
HSL 250º 0.84% 0.44% -
HSV(B) 250º 0.91% 0.8% -
XYZ 12.38 5.45 57.53 -
YUV 48.47 215.77 128.38 -
System Red Green Blue C M Y K H S L
Decimal 49 18 204 0.76 0.91 0 0.2 250 0.84 0.44
Hex 31 12 CC 4C 5B 0 14 FA 54 2C
Octal 61 22 314 114 133 0 24 372 124 54
Binary 110001 10010 11001100 1001100 1011011 0 10100 11111010 1010100 101100

Color Harmonies of #3112CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3112CC

Black with #3112CC

Text Example


Text Example

White with #3112CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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