Html Css Color HEX #310CCF Medium Blue

📋 copy color: '#310CCF'

red 49 ◦ green 12 ◦ blue 207

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

Shades of Medium Blue #310CCF

Tints of Medium Blue #310CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.48%

 BLUE value IS 207 (81.25% from 255) = 77.24%

R = 18.28%
G = 4.48%
B = 77.24%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#310CCF (or 0x310CCF) is known color: Medium Blue. HEX triplet: 31, 0C and CF. RGB value is (49,12,207). Sum of RGB (Red+Green+Blue) = 49+12+207=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #310CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CCF is #CEF330. Grayscale: #2C2C2C. Windows color (decimal): -13562673 or 13569073. OLE color: 13569073.

HSL color Cylindrical-coordinate representation of color #310CCF: hue angle of 251.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310CCF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 12 207 -
CMYK 0.76 0.94 0 0.19
HSL 251.38º 0.89% 0.43% -
HSV(B) 251.38º 0.94% 0.81% -
XYZ 12.66 5.42 59.41 -
YUV 45.29 219.26 130.64 -
System Red Green Blue C M Y K H S L
Decimal 49 12 207 0.76 0.94 0 0.19 251.38 0.89 0.43
Hex 31 C CF 4C 5E 0 13 FB 59 2B
Octal 61 14 317 114 136 0 23 373 131 53
Binary 110001 1100 11001111 1001100 1011110 0 10011 11111011 1011001 101011

Color Harmonies of #310CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310CCF

Black with #310CCF

Text Example


Text Example

White with #310CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,12,207); }

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

background-color css

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

 a { background-color: rgb(49,12,207); }

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

border-color css

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

 span { border-color: rgb(49,12,207); }

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