#3f6fde

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

Shades of Royal Blue #3F6FDE

Tints of Royal Blue #3F6FDE

Color information

#3F6FDE (or 0x3F6FDE) is unknown color: approx Royal Blue. HEX triplet: 3F, 6F and DE. RGB value is (63,111,222). Sum of RGB (Red+Green+Blue) = 63+111+222=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F6FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6FDE is #C09021. Grayscale: #6C6C6C. Windows color (decimal): -12619810 or 14577471. OLE color: 14577471.

HSL color Cylindrical-coordinate representation of color #3F6FDE: hue angle of 221.89º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F6FDE is Cyan = 0.72, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB63111222-
CMYK0.720.500.13
HSL221.89º70.67%55.88%-
HSV(B)221.89º71.62%87.06%-
XYZ20.9217.771.42-
YUV109.3191.694.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.91%
GREEN value IS 111 (43.75% from 255) = 28.03%
BLUE value IS 222 (87.11% from 255) = 56.06%
R=15.91%
G=28.03%
B=56.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal631112220.720.500.13221.8970.6755.88
Hex3F6FDE48320Dde4738
Octal771573361106201533610770
Binary111111110111111011110100100011001001101110111101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f6fde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,111,222); }

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

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

 a { background-color: rgb(63,111,222); }

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

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

 span { border-color: rgb(63,111,222); }

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