Html Css Color HEX #386CEB Royal Blue

📋 copy color: '#386CEB'

red 56 ◦ green 108 ◦ blue 235

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

Shades of Royal Blue #386CEB

Tints of Royal Blue #386CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 14.04%
G = 27.07%
B = 58.9%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#386CEB (or 0x386CEB) is known color: Royal Blue. HEX triplet: 38, 6C and EB. RGB value is (56,108,235). Sum of RGB (Red+Green+Blue) = 56+108+235=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #386CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386CEB is #C79314. Grayscale: #6A6A6A. Windows color (decimal): -13079317 or 15428664. OLE color: 15428664.

HSL color Cylindrical-coordinate representation of color #386CEB: hue angle of 222.57º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386CEB is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 108 235 -
CMYK 0.76 0.54 0 0.08
HSL 222.57º 0.82% 0.57% -
HSV(B) 222.57º 0.76% 0.92% -
XYZ 21.99 17.56 80.83 -
YUV 106.93 200.27 91.67 -
System Red Green Blue C M Y K H S L
Decimal 56 108 235 0.76 0.54 0 0.08 222.57 0.82 0.57
Hex 38 6C EB 4C 36 0 8 DF 52 39
Octal 70 154 353 114 66 0 10 337 122 71
Binary 111000 1101100 11101011 1001100 110110 0 1000 11011111 1010010 111001

Color Harmonies of #386CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CEB

Black with #386CEB

Text Example


Text Example

White with #386CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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