#3F68DD

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

Shades of Royal Blue #3F68DD

Tints of Royal Blue #3F68DD

Color information

#3F68DD (or 0x3F68DD) is unknown color: approx Royal Blue. HEX triplet: 3F, 68 and DD. RGB value is (63,104,221). Sum of RGB (Red+Green+Blue) = 63+104+221=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F68DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F68DD is #C09722. Grayscale: #686868. Windows color (decimal): -12621603 or 14510143. OLE color: 14510143.

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

Color convert

RGB63104221-
CMYK0.710.5300.13
HSL224.43º69.91%55.69%-
HSV(B)224.43º71.49%86.67%-
XYZ20.0516.1870.47-
YUV105.08193.4297.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.24%
GREEN value IS 104 (41.02% from 255) = 26.80%
BLUE value IS 221 (86.72% from 255) = 56.96%
R=16.24%
G=26.80%
B=56.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal631042210.710.5300.13224.4369.9155.69
Hex3F68DD47350De04638
Octal771503351076501534010670
Binary111111110100011011101100011111010101101111000001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F68DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,104,221); }

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

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

 a { background-color: rgb(63,104,221); }

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

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

 span { border-color: rgb(63,104,221); }

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