#0327fd

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

Shades of Blue #0327FD

Tints of Blue #0327FD

Color information

#0327FD (or 0x0327FD) is unknown color: approx Blue. HEX triplet: 03, 27 and FD. RGB value is (3,39,253). Sum of RGB (Red+Green+Blue) = 3+39+253=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 253 (99.22% from 255 or 85.76% from 295); Max value from RGB is 253 - color contains mainly: blue. Hex color #0327FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0327FD is #FCD802. Grayscale: #333333. Windows color (decimal): -16570371 or 16590595. OLE color: 16590595.

HSL color Cylindrical-coordinate representation of color #0327FD: hue angle of 231.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0327FD is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB339253-
CMYK0.990.8500.01
HSL231.36º98.43%50.2%-
HSV(B)231.36º98.81%99.22%-
XYZ18.498.5693.61-
YUV52.63241.0792.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.02%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 253 (99.22% from 255) = 85.76%
R=1.02%
G=13.22%
B=85.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal3392530.990.8500.01231.3698.4350.2
Hex327FD635501e76232
Octal3473751431250134714262
Binary11100111111111011100011101010101111001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0327fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0327fd; }

 p { color: rgb(3,39,253); }

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

<style>
 a { background-color: #0327fd; }

 a { background-color: rgb(3,39,253); }

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

<style>
 span { border-color: #0327fd; }

 span { border-color: rgb(3,39,253); }

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