Html Css Color HEX #3D82EC Royal Blue

📋 copy color: '#3D82EC'

red 61 ◦ green 130 ◦ blue 236

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

Shades of Royal Blue #3D82EC

Tints of Royal Blue #3D82EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.44%

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

R = 14.29%
G = 30.44%
B = 55.27%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3D82EC (or 0x3D82EC) is known color: Royal Blue. HEX triplet: 3D, 82 and EC. RGB value is (61,130,236). Sum of RGB (Red+Green+Blue) = 61+130+236=427 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.29% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #3D82EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D82EC is #C27D13. Grayscale: #787878. Windows color (decimal): -12746004 or 15499837. OLE color: 15499837.

HSL color Cylindrical-coordinate representation of color #3D82EC: hue angle of 216.34º 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 #3D82EC is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 130 236 -
CMYK 0.74 0.45 0 0.07
HSL 216.34º 0.82% 0.58% -
HSV(B) 216.34º 0.74% 0.93% -
XYZ 25.05 23.01 82.48 -
YUV 121.45 192.64 84.88 -
System Red Green Blue C M Y K H S L
Decimal 61 130 236 0.74 0.45 0 0.07 216.34 0.82 0.58
Hex 3D 82 EC 4A 2D 0 7 D8 52 3A
Octal 75 202 354 112 55 0 7 330 122 72
Binary 111101 10000010 11101100 1001010 101101 0 111 11011000 1010010 111010

Color Harmonies of #3D82EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D82EC

Black with #3D82EC

Text Example


Text Example

White with #3D82EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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