#0326DF

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

Shades of Medium Blue #0326DF

Tints of Medium Blue #0326DF

Color information

#0326DF (or 0x0326DF) is unknown color: approx Medium Blue. HEX triplet: 03, 26 and DF. RGB value is (3,38,223). Sum of RGB (Red+Green+Blue) = 3+38+223=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 223 (87.5% from 255 or 84.47% from 264); Max value from RGB is 223 - color contains mainly: blue. Hex color #0326DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0326DF is #FCD920. Grayscale: #2F2F2F. Windows color (decimal): -16570657 or 14624259. OLE color: 14624259.

HSL color Cylindrical-coordinate representation of color #0326DF: hue angle of 230.45º 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 #0326DF is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB338223-
CMYK0.990.8300.13
HSL230.45º97.35%44.31%-
HSV(B)230.45º98.65%87.45%-
XYZ14.056.7370.37-
YUV48.62226.495.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 38 (15.23% from 255) = 14.39%
BLUE value IS 223 (87.5% from 255) = 84.47%
R=1.14%
G=14.39%
B=84.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal3382230.990.8300.13230.4597.3544.31
Hex326DF63530De6612c
Octal34633714312301534614154
Binary11100110110111111100011101001101101111001101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0326DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0326DF; }

 p { color: rgb(3,38,223); }

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

<style>
 a { background-color: #0326DF; }

 a { background-color: rgb(3,38,223); }

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

<style>
 span { border-color: #0326DF; }

 span { border-color: rgb(3,38,223); }

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