Html Css Color HEX #386CCF Royal Blue

📋 copy color: '#386CCF'

red 56 ◦ green 108 ◦ blue 207

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

Shades of Royal Blue #386CCF

Tints of Royal Blue #386CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.8%

R = 15.09%
G = 29.11%
B = 55.8%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#386CCF (or 0x386CCF) is known color: Royal Blue. HEX triplet: 38, 6C and CF. RGB value is (56,108,207). Sum of RGB (Red+Green+Blue) = 56+108+207=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #386CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CCF is #C79330. Grayscale: #676767. Windows color (decimal): -13079345 or 13593656. OLE color: 13593656.

HSL color Cylindrical-coordinate representation of color #386CCF: hue angle of 219.34º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386CCF is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 108 207 -
CMYK 0.73 0.48 0 0.19
HSL 219.34º 0.61% 0.52% -
HSV(B) 219.34º 0.73% 0.81% -
XYZ 18.26 16.07 61.17 -
YUV 103.74 186.27 93.95 -
System Red Green Blue C M Y K H S L
Decimal 56 108 207 0.73 0.48 0 0.19 219.34 0.61 0.52
Hex 38 6C CF 49 30 0 13 DB 3D 34
Octal 70 154 317 111 60 0 23 333 75 64
Binary 111000 1101100 11001111 1001001 110000 0 10011 11011011 111101 110100

Color Harmonies of #386CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CCF

Black with #386CCF

Text Example


Text Example

White with #386CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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