#033AF9

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

Shades of Blue #033AF9

Tints of Blue #033AF9

Color information

#033AF9 (or 0x033AF9) is unknown color: approx Blue. HEX triplet: 03, 3A and F9. RGB value is (3,58,249). Sum of RGB (Red+Green+Blue) = 3+58+249=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 249 (97.66% from 255 or 80.32% from 310); Max value from RGB is 249 - color contains mainly: blue. Hex color #033AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033AF9 is #FCC506. Grayscale: #3E3E3E. Windows color (decimal): -16565511 or 16333315. OLE color: 16333315.

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

Color convert

RGB358249-
CMYK0.990.7700.02
HSL226.59º97.62%49.41%-
HSV(B)226.59º98.8%97.65%-
XYZ18.659.8990.55-
YUV63.33232.7884.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.97%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 249 (97.66% from 255) = 80.32%
R=0.97%
G=18.71%
B=80.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal3582490.990.7700.02226.5997.6249.41
Hex33AF9634D02e36231
Octal3723711431150234314261
Binary111110101111100111000111001101010111000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,58,249); }

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

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

 a { background-color: rgb(3,58,249); }

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

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

 span { border-color: rgb(3,58,249); }

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