#0310DD

Color #0310DD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0310DD

Tints of Medium Blue #0310DD

Color information

#0310DD (or 0x0310DD) is unknown color: approx Medium Blue. HEX triplet: 03, 10 and DD. RGB value is (3,16,221). Sum of RGB (Red+Green+Blue) = 3+16+221=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 221 (86.72% from 255 or 92.08% from 240); Max value from RGB is 221 - color contains mainly: blue. Hex color #0310DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0310DD is #FCEF22. Grayscale: #222222. Windows color (decimal): -16576291 or 14487555. OLE color: 14487555.

HSL color Cylindrical-coordinate representation of color #0310DD: hue angle of 236.42º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0310DD is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB316221-
CMYK0.990.9300.13
HSL236.42º97.32%43.92%-
HSV(B)236.42º98.64%86.67%-
XYZ13.275.6168.79-
YUV35.48232.69104.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.25%
GREEN value IS 16 (6.64% from 255) = 6.67%
BLUE value IS 221 (86.72% from 255) = 92.08%
R=1.25%
G=6.67%
B=92.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal3162210.990.9300.13236.4297.3243.92
Hex310DD635D0Dec612c
Octal32033514313501535414154
Binary1110000110111011100011101110101101111011001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0310DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0310DD;
 }
 .AnyTagClassName
 {
   color: #0310DD;
 }
</style>
background-color css

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

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

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

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

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

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