#3F7CD4

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

Shades of Royal Blue #3F7CD4

Tints of Royal Blue #3F7CD4

Color information

#3F7CD4 (or 0x3F7CD4) is unknown color: approx Royal Blue. HEX triplet: 3F, 7C and D4. RGB value is (63,124,212). Sum of RGB (Red+Green+Blue) = 63+124+212=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 212 (83.20% from 255 or 53.13% from 399); Max value from RGB is 212 - color contains mainly: blue. Hex color #3F7CD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7CD4 is #C0832B. Grayscale: #737373. Windows color (decimal): -12616492 or 13925439. OLE color: 13925439.

HSL color Cylindrical-coordinate representation of color #3F7CD4: hue angle of 215.44º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F7CD4 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB63124212-
CMYK0.700.4200.17
HSL215.44º63.4%53.92%-
HSV(B)215.44º70.28%83.14%-
XYZ21.1420.2365.08-
YUV115.79182.2990.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.79%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 212 (83.20% from 255) = 53.13%
R=15.79%
G=31.08%
B=53.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal631242120.700.4200.17215.4463.453.92
Hex3F7CD4462A011d73f36
Octal77174324106520213277766
Binary111111111110011010100100011010101001000111010111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F7CD4; }

 p { color: rgb(63,124,212); }

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

<style>
 a { background-color: #3F7CD4; }

 a { background-color: rgb(63,124,212); }

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

<style>
 span { border-color: #3F7CD4; }

 span { border-color: rgb(63,124,212); }

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