Html Css Color HEX #3D84EC Royal Blue

📋 copy color: '#3D84EC'

red 61 ◦ green 132 ◦ blue 236

#3D84EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3D84EC

Tints of Royal Blue #3D84EC

RGB

 RED value IS 61 (24.22% from 255) = 14.22%

 GREEN value IS 132 (51.95% from 255) = 30.77%

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 14.22%
G = 30.77%
B = 55.01%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3D84EC (or 0x3D84EC) is known color: Royal Blue. HEX triplet: 3D, 84 and EC. RGB value is (61,132,236). Sum of RGB (Red+Green+Blue) = 61+132+236=429 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.22% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #3D84EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D84EC is #C27B13. Grayscale: #7A7A7A. Windows color (decimal): -12745492 or 15500349. OLE color: 15500349.

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

Color convert

RGB 61 132 236 -
CMYK 0.74 0.44 0 0.07
HSL 215.66º 0.82% 0.58% -
HSV(B) 215.66º 0.74% 0.93% -
XYZ 25.32 23.55 82.57 -
YUV 122.63 191.98 84.04 -
System Red Green Blue C M Y K H S L
Decimal 61 132 236 0.74 0.44 0 0.07 215.66 0.82 0.58
Hex 3D 84 EC 4A 2C 0 7 D8 52 3A
Octal 75 204 354 112 54 0 7 330 122 72
Binary 111101 10000100 11101100 1001010 101100 0 111 11011000 1010010 111010

Color Harmonies of #3D84EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D84EC

Black with #3D84EC

Text Example


Text Example

White with #3D84EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D84EC;
 }
 .AnyTagClassName
 {
   color: #3D84EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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