Html Css Color HEX #386ADF Royal Blue

📋 copy color: '#386ADF'

red 56 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #386ADF

Tints of Royal Blue #386ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.92%

R = 14.55%
G = 27.53%
B = 57.92%

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

#386ADF (or 0x386ADF) is known color: Royal Blue. HEX triplet: 38, 6A and DF. RGB value is (56,106,223). Sum of RGB (Red+Green+Blue) = 56+106+223=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #386ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386ADF is #C79520. Grayscale: #676767. Windows color (decimal): -13079841 or 14641720. OLE color: 14641720.

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

Color convert

RGB 56 106 223 -
CMYK 0.75 0.52 0 0.13
HSL 222.04º 0.72% 0.55% -
HSV(B) 222.04º 0.75% 0.87% -
XYZ 20.1 16.48 71.93 -
YUV 104.39 194.94 93.49 -
System Red Green Blue C M Y K H S L
Decimal 56 106 223 0.75 0.52 0 0.13 222.04 0.72 0.55
Hex 38 6A DF 4B 34 0 D DE 48 37
Octal 70 152 337 113 64 0 15 336 110 67
Binary 111000 1101010 11011111 1001011 110100 0 1101 11011110 1001000 110111

Color Harmonies of #386ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386ADF

Black with #386ADF

Text Example


Text Example

White with #386ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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