#3968DE

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

Shades of Royal Blue #3968DE

Tints of Royal Blue #3968DE

Color information

#3968DE (or 0x3968DE) is unknown color: approx Royal Blue. HEX triplet: 39, 68 and DE. RGB value is (57,104,222). Sum of RGB (Red+Green+Blue) = 57+104+222=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #3968DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3968DE is #C69721. Grayscale: #666666. Windows color (decimal): -13014818 or 14575673. OLE color: 14575673.

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

Color convert

RGB57104222-
CMYK0.740.5300.13
HSL222.91º71.43%54.71%-
HSV(B)222.91º74.32%87.06%-
XYZ19.8216.0471.16-
YUV103.4194.9394.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.88%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 222 (87.11% from 255) = 57.96%
R=14.88%
G=27.15%
B=57.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal571042220.740.5300.13222.9171.4354.71
Hex3968DE4A350Ddf4737
Octal711503361126501533710767
Binary111001110100011011110100101011010101101110111111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3968DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3968DE; }

 p { color: rgb(57,104,222); }

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

<style>
 a { background-color: #3968DE; }

 a { background-color: rgb(57,104,222); }

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

<style>
 span { border-color: #3968DE; }

 span { border-color: rgb(57,104,222); }

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