Html Css Color HEX #386CCC Royal Blue

📋 copy color: '#386CCC'

red 56 ◦ green 108 ◦ blue 204

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

Shades of Royal Blue #386CCC

Tints of Royal Blue #386CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.43%

R = 15.22%
G = 29.35%
B = 55.43%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#386CCC (or 0x386CCC) is known color: Royal Blue. HEX triplet: 38, 6C and CC. RGB value is (56,108,204). Sum of RGB (Red+Green+Blue) = 56+108+204=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #386CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CCC is #C79333. Grayscale: #666666. Windows color (decimal): -13079348 or 13397048. OLE color: 13397048.

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

Color convert

RGB 56 108 204 -
CMYK 0.73 0.47 0 0.2
HSL 218.92º 0.59% 0.51% -
HSV(B) 218.92º 0.73% 0.8% -
XYZ 17.89 15.93 59.26 -
YUV 103.4 184.77 94.19 -
System Red Green Blue C M Y K H S L
Decimal 56 108 204 0.73 0.47 0 0.2 218.92 0.59 0.51
Hex 38 6C CC 49 2F 0 14 DB 3B 33
Octal 70 154 314 111 57 0 24 333 73 63
Binary 111000 1101100 11001100 1001001 101111 0 10100 11011011 111011 110011

Color Harmonies of #386CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CCC

Black with #386CCC

Text Example


Text Example

White with #386CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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