#3F6EDE

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

Shades of Royal Blue #3F6EDE

Tints of Royal Blue #3F6EDE

Color information

#3F6EDE (or 0x3F6EDE) is unknown color: approx Royal Blue. HEX triplet: 3F, 6E and DE. RGB value is (63,110,222). Sum of RGB (Red+Green+Blue) = 63+110+222=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F6EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6EDE is #C09121. Grayscale: #6C6C6C. Windows color (decimal): -12620066 or 14577215. OLE color: 14577215.

HSL color Cylindrical-coordinate representation of color #3F6EDE: hue angle of 222.26º 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 #3F6EDE is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB63110222-
CMYK0.720.5000.13
HSL222.26º70.67%55.88%-
HSV(B)222.26º71.62%87.06%-
XYZ20.8117.4871.38-
YUV108.72191.9395.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.95%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 222 (87.11% from 255) = 56.20%
R=15.95%
G=27.85%
B=56.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal631102220.720.5000.13222.2670.6755.88
Hex3F6EDE48320Dde4738
Octal771563361106201533610770
Binary111111110111011011110100100011001001101110111101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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