Html Css Color HEX #386FCD Royal Blue

📋 copy color: '#386FCD'

red 56 ◦ green 111 ◦ blue 205

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

Shades of Royal Blue #386FCD

Tints of Royal Blue #386FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.11%

R = 15.05%
G = 29.84%
B = 55.11%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#386FCD (or 0x386FCD) is known color: Royal Blue. HEX triplet: 38, 6F and CD. RGB value is (56,111,205). Sum of RGB (Red+Green+Blue) = 56+111+205=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #386FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FCD is #C79032. Grayscale: #686868. Windows color (decimal): -13078579 or 13463352. OLE color: 13463352.

HSL color Cylindrical-coordinate representation of color #386FCD: hue angle of 217.85º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386FCD is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 111 205 -
CMYK 0.73 0.46 0 0.20
HSL 217.85º 0.6% 0.51% -
HSV(B) 217.85º 0.73% 0.8% -
XYZ 18.33 16.62 60 -
YUV 105.27 184.28 92.86 -
System Red Green Blue C M Y K H S L
Decimal 56 111 205 0.73 0.46 0 0.20 217.85 0.6 0.51
Hex 38 6F CD 49 2E 0 14 DA 3C 33
Octal 70 157 315 111 56 0 24 332 74 63
Binary 111000 1101111 11001101 1001001 101110 0 10100 11011010 111100 110011

Color Harmonies of #386FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FCD

Black with #386FCD

Text Example


Text Example

White with #386FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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