#003BFF

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

Shades of Blue #003BFF

Tints of Blue #003BFF

Color information

#003BFF (or 0x003BFF) is unknown color: approx Blue. HEX triplet: 00, 3B and FF. RGB value is (0,59,255). Sum of RGB (Red+Green+Blue) = 0+59+255=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 255 (100% from 255 or 81.21% from 314); Max value from RGB is 255 - color contains mainly: blue. Hex color #003BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BFF is #FFC400. Grayscale: #3E3E3E. Windows color (decimal): -16761857 or 16726784. OLE color: 16726784.

HSL color Cylindrical-coordinate representation of color #003BFF: hue angle of 226.12º 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 #003BFF is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB059255-
CMYK10.7700
HSL226.12º100%50%-
HSV(B)226.12º100%100%-
XYZ19.6110.3595.57-
YUV63.7235.9582.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 18.79%
BLUE value IS 255 (100% from 255) = 81.21%
R=0%
G=18.79%
B=81.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal05925510.7700226.1210050
Hex03BFF644D00e26432
Octal0733771441150034214462
Binary0111011111111111100100100110100111000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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