Html Css Color HEX #386DCB Royal Blue

📋 copy color: '#386DCB'

red 56 ◦ green 109 ◦ blue 203

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

Shades of Royal Blue #386DCB

Tints of Royal Blue #386DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.62%

 BLUE value IS 203 (79.69% from 255) = 55.16%

R = 15.22%
G = 29.62%
B = 55.16%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#386DCB (or 0x386DCB) is known color: Royal Blue. HEX triplet: 38, 6D and CB. RGB value is (56,109,203). Sum of RGB (Red+Green+Blue) = 56+109+203=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #386DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DCB is #C79234. Grayscale: #676767. Windows color (decimal): -13079093 or 13331768. OLE color: 13331768.

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

Color convert

RGB 56 109 203 -
CMYK 0.72 0.46 0 0.20
HSL 218.37º 0.59% 0.51% -
HSV(B) 218.37º 0.72% 0.8% -
XYZ 17.88 16.09 58.66 -
YUV 103.87 183.94 93.86 -
System Red Green Blue C M Y K H S L
Decimal 56 109 203 0.72 0.46 0 0.20 218.37 0.59 0.51
Hex 38 6D CB 48 2E 0 14 DA 3B 33
Octal 70 155 313 110 56 0 24 332 73 63
Binary 111000 1101101 11001011 1001000 101110 0 10100 11011010 111011 110011

Color Harmonies of #386DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DCB

Black with #386DCB

Text Example


Text Example

White with #386DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,109,203); }

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

background-color css

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

 a { background-color: rgb(56,109,203); }

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

border-color css

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

 span { border-color: rgb(56,109,203); }

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