#0316CC

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

Shades of Medium Blue #0316CC

Tints of Medium Blue #0316CC

Color information

#0316CC (or 0x0316CC) is unknown color: approx Medium Blue. HEX triplet: 03, 16 and CC. RGB value is (3,22,204). Sum of RGB (Red+Green+Blue) = 3+22+204=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 204 (80.08% from 255 or 89.08% from 229); Max value from RGB is 204 - color contains mainly: blue. Hex color #0316CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0316CC is #FCE933. Grayscale: #242424. Windows color (decimal): -16574772 or 13374979. OLE color: 13374979.

HSL color Cylindrical-coordinate representation of color #0316CC: hue angle of 234.33º 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 #0316CC is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB322204-
CMYK0.990.8900.2
HSL234.33º97.1%40.59%-
HSV(B)234.33º98.53%80%-
XYZ11.224.9557.49-
YUV37.07222.21103.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 204 (80.08% from 255) = 89.08%
R=1.31%
G=9.61%
B=89.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal3222040.990.8900.2234.3397.140.59
Hex316CC6359014ea6129
Octal32631414313102435214151
Binary11101101100110011000111011001010100111010101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0316CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,22,204); }

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

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

 a { background-color: rgb(3,22,204); }

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

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

 span { border-color: rgb(3,22,204); }

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