#003CFF

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

Shades of Blue #003CFF

Tints of Blue #003CFF

Color information

#003CFF (or 0x003CFF) is unknown color: approx Blue. HEX triplet: 00, 3C and FF. RGB value is (0,60,255). Sum of RGB (Red+Green+Blue) = 0+60+255=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #003CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003CFF is #FFC300. Grayscale: #3F3F3F. Windows color (decimal): -16761601 or 16727040. OLE color: 16727040.

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

Color convert

RGB060255-
CMYK10.7600
HSL225.88º100%50%-
HSV(B)225.88º100%100%-
XYZ19.6710.4595.59-
YUV64.29235.6282.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 255 (100% from 255) = 80.95%
R=0%
G=19.05%
B=80.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal06025510.7600225.8810050
Hex03CFF644C00e26432
Octal0743771441140034214462
Binary0111100111111111100100100110000111000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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