#3954DD

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

Shades of Royal Blue #3954DD

Tints of Royal Blue #3954DD

Color information

#3954DD (or 0x3954DD) is unknown color: approx Royal Blue. HEX triplet: 39, 54 and DD. RGB value is (57,84,221). Sum of RGB (Red+Green+Blue) = 57+84+221=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #3954DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3954DD is #C6AB22. Grayscale: #5A5A5A. Windows color (decimal): -13019939 or 14505017. OLE color: 14505017.

HSL color Cylindrical-coordinate representation of color #3954DD: hue angle of 230.12º 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 #3954DD is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5784221-
CMYK0.740.6200.13
HSL230.12º70.69%54.51%-
HSV(B)230.12º74.21%86.67%-
XYZ17.9112.4369.86-
YUV91.54201.05103.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.75%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 221 (86.72% from 255) = 61.05%
R=15.75%
G=23.20%
B=61.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal57842210.740.6200.13230.1270.6954.51
Hex3954DD4A3E0De64737
Octal711243351127601534610767
Binary111001101010011011101100101011111001101111001101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3954DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3954DD; }

 p { color: rgb(57,84,221); }

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

<style>
 a { background-color: #3954DD; }

 a { background-color: rgb(57,84,221); }

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

<style>
 span { border-color: #3954DD; }

 span { border-color: rgb(57,84,221); }

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