Html Css Color HEX #386CCD Royal Blue

📋 copy color: '#386CCD'

red 56 ◦ green 108 ◦ blue 205

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

Shades of Royal Blue #386CCD

Tints of Royal Blue #386CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.27%

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

R = 15.18%
G = 29.27%
B = 55.56%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#386CCD (or 0x386CCD) is known color: Royal Blue. HEX triplet: 38, 6C and CD. RGB value is (56,108,205). Sum of RGB (Red+Green+Blue) = 56+108+205=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #386CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CCD is #C79332. Grayscale: #676767. Windows color (decimal): -13079347 or 13462584. OLE color: 13462584.

HSL color Cylindrical-coordinate representation of color #386CCD: hue angle of 219.06º 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 #386CCD is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 108 205 -
CMYK 0.73 0.47 0 0.20
HSL 219.06º 0.6% 0.51% -
HSV(B) 219.06º 0.73% 0.8% -
XYZ 18.01 15.97 59.89 -
YUV 103.51 185.27 94.11 -
System Red Green Blue C M Y K H S L
Decimal 56 108 205 0.73 0.47 0 0.20 219.06 0.6 0.51
Hex 38 6C CD 49 2F 0 14 DB 3C 33
Octal 70 154 315 111 57 0 24 333 74 63
Binary 111000 1101100 11001101 1001001 101111 0 10100 11011011 111100 110011

Color Harmonies of #386CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CCD

Black with #386CCD

Text Example


Text Example

White with #386CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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