Html Css Color HEX #310FCC Medium Blue

📋 copy color: '#310FCC'

red 49 ◦ green 15 ◦ blue 204

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

Shades of Medium Blue #310FCC

Tints of Medium Blue #310FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.6%

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

R = 18.28%
G = 5.6%
B = 76.12%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#310FCC (or 0x310FCC) is known color: Medium Blue. HEX triplet: 31, 0F and CC. RGB value is (49,15,204). Sum of RGB (Red+Green+Blue) = 49+15+204=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #310FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310FCC is #CEF033. Grayscale: #2D2D2D. Windows color (decimal): -13561908 or 13373233. OLE color: 13373233.

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

Color convert

RGB 49 15 204 -
CMYK 0.76 0.93 0 0.2
HSL 250.79º 0.86% 0.43% -
HSV(B) 250.79º 0.93% 0.8% -
XYZ 12.34 5.35 57.51 -
YUV 46.71 216.76 129.63 -
System Red Green Blue C M Y K H S L
Decimal 49 15 204 0.76 0.93 0 0.2 250.79 0.86 0.43
Hex 31 F CC 4C 5D 0 14 FB 56 2B
Octal 61 17 314 114 135 0 24 373 126 53
Binary 110001 1111 11001100 1001100 1011101 0 10100 11111011 1010110 101011

Color Harmonies of #310FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310FCC

Black with #310FCC

Text Example


Text Example

White with #310FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310FCC; }

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

 H1.HeaderClassName
 {
   color: #310FCC;
 }
 .AnyTagClassName
 {
   color: #310FCC;
 }
</style>

background-color css

<style>
 a { background-color: #310FCC; }

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

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

border-color css

<style>
 span { border-color: #310FCC; }

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

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