Html Css Color HEX #3884EC Royal Blue

📋 copy color: '#3884EC'

red 56 ◦ green 132 ◦ blue 236

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

Shades of Royal Blue #3884EC

Tints of Royal Blue #3884EC

RGB

 RED value IS 56 (22.27% from 255) = 13.21%

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

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

R = 13.21%
G = 31.13%
B = 55.66%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3884EC (or 0x3884EC) is known color: Royal Blue. HEX triplet: 38, 84 and EC. RGB value is (56,132,236). Sum of RGB (Red+Green+Blue) = 56+132+236=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #3884EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3884EC is #C77B13. Grayscale: #787878. Windows color (decimal): -13073172 or 15500344. OLE color: 15500344.

HSL color Cylindrical-coordinate representation of color #3884EC: hue angle of 214.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3884EC is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 132 236 -
CMYK 0.76 0.44 0 0.07
HSL 214.67º 0.83% 0.57% -
HSV(B) 214.67º 0.76% 0.93% -
XYZ 25.02 23.4 82.55 -
YUV 121.13 192.82 81.54 -
System Red Green Blue C M Y K H S L
Decimal 56 132 236 0.76 0.44 0 0.07 214.67 0.83 0.57
Hex 38 84 EC 4C 2C 0 7 D7 53 39
Octal 70 204 354 114 54 0 7 327 123 71
Binary 111000 10000100 11101100 1001100 101100 0 111 11010111 1010011 111001

Color Harmonies of #3884EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3884EC

Black with #3884EC

Text Example


Text Example

White with #3884EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3884EC; }

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

 H1.HeaderClassName
 {
   color: #3884EC;
 }
 .AnyTagClassName
 {
   color: #3884EC;
 }
</style>

background-color css

<style>
 a { background-color: #3884EC; }

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

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

border-color css

<style>
 span { border-color: #3884EC; }

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

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