Html Css Color HEX #386ADD Royal Blue

📋 copy color: '#386ADD'

red 56 ◦ green 106 ◦ blue 221

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

Shades of Royal Blue #386ADD

Tints of Royal Blue #386ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.68%

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 14.62%
G = 27.68%
B = 57.7%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#386ADD (or 0x386ADD) is known color: Royal Blue. HEX triplet: 38, 6A and DD. RGB value is (56,106,221). Sum of RGB (Red+Green+Blue) = 56+106+221=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #386ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386ADD is #C79522. Grayscale: #676767. Windows color (decimal): -13079843 or 14510648. OLE color: 14510648.

HSL color Cylindrical-coordinate representation of color #386ADD: hue angle of 221.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386ADD is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 106 221 -
CMYK 0.75 0.52 0 0.13
HSL 221.82º 0.71% 0.54% -
HSV(B) 221.82º 0.75% 0.87% -
XYZ 19.84 16.37 70.52 -
YUV 104.16 193.94 93.65 -
System Red Green Blue C M Y K H S L
Decimal 56 106 221 0.75 0.52 0 0.13 221.82 0.71 0.54
Hex 38 6A DD 4B 34 0 D DE 47 36
Octal 70 152 335 113 64 0 15 336 107 66
Binary 111000 1101010 11011101 1001011 110100 0 1101 11011110 1000111 110110

Color Harmonies of #386ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386ADD

Black with #386ADD

Text Example


Text Example

White with #386ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386ADD; }

 p { color: rgb(56,106,221); }

 H1.HeaderClassName
 {
   color: #386ADD;
 }
 .AnyTagClassName
 {
   color: #386ADD;
 }
</style>

background-color css

<style>
 a { background-color: #386ADD; }

 a { background-color: rgb(56,106,221); }

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

border-color css

<style>
 span { border-color: #386ADD; }

 span { border-color: rgb(56,106,221); }

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