#0339f5

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

Shades of Blue #0339F5

Tints of Blue #0339F5

Color information

#0339F5 (or 0x0339F5) is unknown color: approx Blue. HEX triplet: 03, 39 and F5. RGB value is (3,57,245). Sum of RGB (Red+Green+Blue) = 3+57+245=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 245 (96.09% from 255 or 80.33% from 305); Max value from RGB is 245 - color contains mainly: blue. Hex color #0339F5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0339F5 is #FCC60A. Grayscale: #3D3D3D. Windows color (decimal): -16565771 or 16070915. OLE color: 16070915.

HSL color Cylindrical-coordinate representation of color #0339F5: hue angle of 226.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0339F5 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB357245-
CMYK0.990.7700.04
HSL226.61º97.58%48.63%-
HSV(B)226.61º98.78%96.08%-
XYZ17.989.5487.28-
YUV62.29231.1185.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 245 (96.09% from 255) = 80.33%
R=0.98%
G=18.69%
B=80.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal3572450.990.7700.04226.6197.5848.63
Hex339F5634D04e36231
Octal3713651431150434314261
Binary1111100111110101110001110011010100111000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0339f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0339f5; }

 p { color: rgb(3,57,245); }

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

<style>
 a { background-color: #0339f5; }

 a { background-color: rgb(3,57,245); }

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

<style>
 span { border-color: #0339f5; }

 span { border-color: rgb(3,57,245); }

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