Html Css Color HEX #3110CC Medium Blue

📋 copy color: '#3110CC'

red 49 ◦ green 16 ◦ blue 204

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

Shades of Medium Blue #3110CC

Tints of Medium Blue #3110CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 18.22%
G = 5.95%
B = 75.84%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3110CC (or 0x3110CC) is known color: Medium Blue. HEX triplet: 31, 10 and CC. RGB value is (49,16,204). Sum of RGB (Red+Green+Blue) = 49+16+204=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #3110CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3110CC is #CEEF33. Grayscale: #2E2E2E. Windows color (decimal): -13561652 or 13373489. OLE color: 13373489.

HSL color Cylindrical-coordinate representation of color #3110CC: hue angle of 250.53º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3110CC is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 16 204 -
CMYK 0.76 0.92 0 0.2
HSL 250.53º 0.85% 0.43% -
HSV(B) 250.53º 0.92% 0.8% -
XYZ 12.35 5.38 57.51 -
YUV 47.3 216.43 129.21 -
System Red Green Blue C M Y K H S L
Decimal 49 16 204 0.76 0.92 0 0.2 250.53 0.85 0.43
Hex 31 10 CC 4C 5C 0 14 FB 55 2B
Octal 61 20 314 114 134 0 24 373 125 53
Binary 110001 10000 11001100 1001100 1011100 0 10100 11111011 1010101 101011

Color Harmonies of #3110CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3110CC

Black with #3110CC

Text Example


Text Example

White with #3110CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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