#003AFF

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

Shades of Blue #003AFF

Tints of Blue #003AFF

Color information

#003AFF (or 0x003AFF) is unknown color: approx Blue. HEX triplet: 00, 3A and FF. RGB value is (0,58,255). Sum of RGB (Red+Green+Blue) = 0+58+255=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 255 (100% from 255 or 81.47% from 313); Max value from RGB is 255 - color contains mainly: blue. Hex color #003AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003AFF is #FFC500. Grayscale: #3E3E3E. Windows color (decimal): -16762113 or 16726528. OLE color: 16726528.

HSL color Cylindrical-coordinate representation of color #003AFF: hue angle of 226.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AFF is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB058255-
CMYK10.7700
HSL226.35º100%50%-
HSV(B)226.35º100%100%-
XYZ19.5610.2595.55-
YUV63.12236.2882.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 255 (100% from 255) = 81.47%
R=0%
G=18.53%
B=81.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal05825510.7700226.3510050
Hex03AFF644D00e26432
Octal0723771441150034214462
Binary0111010111111111100100100110100111000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003AFF; }

 p { color: rgb(0,58,255); }

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

<style>
 a { background-color: #003AFF; }

 a { background-color: rgb(0,58,255); }

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

<style>
 span { border-color: #003AFF; }

 span { border-color: rgb(0,58,255); }

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