#0321F0

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

Shades of Blue #0321F0

Tints of Blue #0321F0

Color information

#0321F0 (or 0x0321F0) is unknown color: approx Blue. HEX triplet: 03, 21 and F0. RGB value is (3,33,240). Sum of RGB (Red+Green+Blue) = 3+33+240=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 240 (94.14% from 255 or 86.96% from 276); Max value from RGB is 240 - color contains mainly: blue. Hex color #0321F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0321F0 is #FCDE0F. Grayscale: #2E2E2E. Windows color (decimal): -16571920 or 15737091. OLE color: 15737091.

HSL color Cylindrical-coordinate representation of color #0321F0: hue angle of 232.41º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0321F0 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB333240-
CMYK0.990.8600.06
HSL232.41º97.53%47.65%-
HSV(B)232.41º98.75%94.12%-
XYZ16.317.483.01-
YUV47.63236.5696.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 33 (13.28% from 255) = 11.96%
BLUE value IS 240 (94.14% from 255) = 86.96%
R=1.09%
G=11.96%
B=86.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal3332400.990.8600.06232.4197.5347.65
Hex321F0635606e86230
Octal3413601431260635014260
Binary1110000111110000110001110101100110111010001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0321F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0321F0; }

 p { color: rgb(3,33,240); }

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

<style>
 a { background-color: #0321F0; }

 a { background-color: rgb(3,33,240); }

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

<style>
 span { border-color: #0321F0; }

 span { border-color: rgb(3,33,240); }

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