#003AFC

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

Shades of Blue #003AFC

Tints of Blue #003AFC

Color information

#003AFC (or 0x003AFC) is unknown color: approx Blue. HEX triplet: 00, 3A and FC. RGB value is (0,58,252). Sum of RGB (Red+Green+Blue) = 0+58+252=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 252 (98.83% from 255 or 81.29% from 310); Max value from RGB is 252 - color contains mainly: blue. Hex color #003AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003AFC is #FFC503. Grayscale: #3D3D3D. Windows color (decimal): -16762116 or 16529920. OLE color: 16529920.

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

Color convert

RGB058252-
CMYK10.7700.01
HSL226.19º100%49.41%-
HSV(B)226.19º100%98.82%-
XYZ19.0810.0593.03-
YUV62.77234.7883.23-

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.71%
BLUE value IS 252 (98.83% from 255) = 81.29%
R=0%
G=18.71%
B=81.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal05825210.7700.01226.1910049.41
Hex03AFC644D01e26431
Octal0723741441150134214461
Binary0111010111111001100100100110101111000101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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