#033DFF

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

Shades of Blue #033DFF

Tints of Blue #033DFF

Color information

#033DFF (or 0x033DFF) is unknown color: approx Blue. HEX triplet: 03, 3D and FF. RGB value is (3,61,255). Sum of RGB (Red+Green+Blue) = 3+61+255=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #033DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033DFF is #FCC200. Grayscale: #404040. Windows color (decimal): -16564737 or 16727299. OLE color: 16727299.

HSL color Cylindrical-coordinate representation of color #033DFF: hue angle of 226.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033DFF is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB361255-
CMYK0.990.7600
HSL226.19º100%50.59%-
HSV(B)226.19º98.82%100%-
XYZ19.7610.5895.61-
YUV65.77234.7883.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.94%
GREEN value IS 61 (24.22% from 255) = 19.12%
BLUE value IS 255 (100% from 255) = 79.94%
R=0.94%
G=19.12%
B=79.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal3612550.990.7600226.1910050.59
Hex33DFF634C00e26433
Octal3753771431140034214463
Binary11111101111111111100011100110000111000101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033DFF; }

 p { color: rgb(3,61,255); }

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

<style>
 a { background-color: #033DFF; }

 a { background-color: rgb(3,61,255); }

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

<style>
 span { border-color: #033DFF; }

 span { border-color: rgb(3,61,255); }

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