#3D84F4

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

Shades of Royal Blue #3D84F4

Tints of Royal Blue #3D84F4

Color information

#3D84F4 (or 0x3D84F4) is unknown color: approx Royal Blue. HEX triplet: 3D, 84 and F4. RGB value is (61,132,244). Sum of RGB (Red+Green+Blue) = 61+132+244=437 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.96% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #3D84F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D84F4 is #C27B0B. Grayscale: #7B7B7B. Windows color (decimal): -12745484 or 16024637. OLE color: 16024637.

HSL color Cylindrical-coordinate representation of color #3D84F4: hue angle of 216.72º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D84F4 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB61132244-
CMYK0.750.4600.04
HSL216.72º89.27%59.8%-
HSV(B)216.72º75%95.69%-
XYZ26.524.0388.83-
YUV123.54195.9883.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.96%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 244 (95.70% from 255) = 55.84%
R=13.96%
G=30.21%
B=55.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal611322440.750.4600.04216.7289.2759.8
Hex3D84F44B2E04d9593c
Octal75204364113560433113174
Binary111101100001001111010010010111011100100110110011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D84F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,132,244); }

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

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

 a { background-color: rgb(61,132,244); }

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

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

 span { border-color: rgb(61,132,244); }

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