#3D84EE

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

Shades of Royal Blue #3D84EE

Tints of Royal Blue #3D84EE

Color information

#3D84EE (or 0x3D84EE) is unknown color: approx Royal Blue. HEX triplet: 3D, 84 and EE. RGB value is (61,132,238). Sum of RGB (Red+Green+Blue) = 61+132+238=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #3D84EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D84EE is #C27B11. Grayscale: #7A7A7A. Windows color (decimal): -12745490 or 15631421. OLE color: 15631421.

HSL color Cylindrical-coordinate representation of color #3D84EE: hue angle of 215.93º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D84EE is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB61132238-
CMYK0.740.4500.07
HSL215.93º83.89%58.63%-
HSV(B)215.93º74.37%93.33%-
XYZ25.6123.6784.11-
YUV122.86192.9883.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.15%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 238 (93.36% from 255) = 55.22%
R=14.15%
G=30.63%
B=55.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal611322380.740.4500.07215.9383.8958.63
Hex3D84EE4A2D07d8543b
Octal75204356112550733012473
Binary111101100001001110111010010101011010111110110001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D84EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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