#0336FB

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

Shades of Blue #0336FB

Tints of Blue #0336FB

Color information

#0336FB (or 0x0336FB) is unknown color: approx Blue. HEX triplet: 03, 36 and FB. RGB value is (3,54,251). Sum of RGB (Red+Green+Blue) = 3+54+251=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 251 (98.44% from 255 or 81.49% from 308); Max value from RGB is 251 - color contains mainly: blue. Hex color #0336FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0336FB is #FCC904. Grayscale: #3C3C3C. Windows color (decimal): -16566533 or 16463363. OLE color: 16463363.

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

Color convert

RGB354251-
CMYK0.990.7800.02
HSL227.66º97.64%49.8%-
HSV(B)227.66º98.8%98.43%-
XYZ18.779.6292.13-
YUV61.21235.186.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.97%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 251 (98.44% from 255) = 81.49%
R=0.97%
G=17.53%
B=81.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal3542510.990.7800.02227.6697.6449.8
Hex336FB634E02e46232
Octal3663731431160234414262
Binary111101101111101111000111001110010111001001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0336FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0336FB; }

 p { color: rgb(3,54,251); }

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

<style>
 a { background-color: #0336FB; }

 a { background-color: rgb(3,54,251); }

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

<style>
 span { border-color: #0336FB; }

 span { border-color: rgb(3,54,251); }

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