Html Css Color HEX #0310CD Medium Blue

📋 copy color: '#0310CD'

red 3 ◦ green 16 ◦ blue 205

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

Shades of Medium Blue #0310CD

Tints of Medium Blue #0310CD

RGB

 RED value IS 3 (1.56% from 255) = 1.34%

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

 BLUE value IS 205 (80.47% from 255) = 91.52%

R = 1.34%
G = 7.14%
B = 91.52%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0310CD (or 0x0310CD) is known color: Medium Blue. HEX triplet: 03, 10 and CD. RGB value is (3,16,205). Sum of RGB (Red+Green+Blue) = 3+16+205=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 205 (80.47% from 255 or 91.52% from 224); Max value from RGB is 205 - color contains mainly: blue. Hex color #0310CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0310CD is #FCEF32. Grayscale: #202020. Windows color (decimal): -16576307 or 13438979. OLE color: 13438979.

HSL color Cylindrical-coordinate representation of color #0310CD: hue angle of 236.14º 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 #0310CD is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 16 205 -
CMYK 0.99 0.92 0 0.20
HSL 236.14º 0.97% 0.41% -
HSV(B) 236.14º 0.99% 0.8% -
XYZ 11.24 4.8 58.09 -
YUV 33.66 224.69 106.13 -
System Red Green Blue C M Y K H S L
Decimal 3 16 205 0.99 0.92 0 0.20 236.14 0.97 0.41
Hex 3 10 CD 63 5C 0 14 EC 61 29
Octal 3 20 315 143 134 0 24 354 141 51
Binary 11 10000 11001101 1100011 1011100 0 10100 11101100 1100001 101001

Color Harmonies of #0310CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0310CD

Black with #0310CD

Text Example


Text Example

White with #0310CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0310CD; }

 p { color: rgb(3,16,205); }

 H1.HeaderClassName
 {
   color: #0310CD;
 }
 .AnyTagClassName
 {
   color: #0310CD;
 }
</style>

background-color css

<style>
 a { background-color: #0310CD; }

 a { background-color: rgb(3,16,205); }

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

border-color css

<style>
 span { border-color: #0310CD; }

 span { border-color: rgb(3,16,205); }

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