Html Css Color HEX #386FD4 Royal Blue

📋 copy color: '#386FD4'

red 56 ◦ green 111 ◦ blue 212

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

Shades of Royal Blue #386FD4

Tints of Royal Blue #386FD4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.29%

 BLUE value IS 212 (83.2% from 255) = 55.94%

R = 14.78%
G = 29.29%
B = 55.94%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#386FD4 (or 0x386FD4) is known color: Royal Blue. HEX triplet: 38, 6F and D4. RGB value is (56,111,212). Sum of RGB (Red+Green+Blue) = 56+111+212=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 212 (83.20% from 255 or 55.94% from 379); Max value from RGB is 212 - color contains mainly: blue. Hex color #386FD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FD4 is #C7902B. Grayscale: #696969. Windows color (decimal): -13078572 or 13922104. OLE color: 13922104.

HSL color Cylindrical-coordinate representation of color #386FD4: hue angle of 218.85º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #386FD4 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 56 111 212 -
CMYK 0.74 0.48 0 0.17
HSL 218.85º 0.64% 0.53% -
HSV(B) 218.85º 0.74% 0.83% -
XYZ 19.2 16.96 64.55 -
YUV 106.07 187.78 92.29 -
System Red Green Blue C M Y K H S L
Decimal 56 111 212 0.74 0.48 0 0.17 218.85 0.64 0.53
Hex 38 6F D4 4A 30 0 11 DB 40 35
Octal 70 157 324 112 60 0 21 333 100 65
Binary 111000 1101111 11010100 1001010 110000 0 10001 11011011 1000000 110101

Color Harmonies of #386FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FD4

Black with #386FD4

Text Example


Text Example

White with #386FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,111,212); }

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

background-color css

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

 a { background-color: rgb(56,111,212); }

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

border-color css

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

 span { border-color: rgb(56,111,212); }

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