Html Css Color HEX #386BEB Royal Blue

📋 copy color: '#386BEB'

red 56 ◦ green 107 ◦ blue 235

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

Shades of Royal Blue #386BEB

Tints of Royal Blue #386BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.88%

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

R = 14.07%
G = 26.88%
B = 59.05%

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

#386BEB (or 0x386BEB) is known color: Royal Blue. HEX triplet: 38, 6B and EB. RGB value is (56,107,235). Sum of RGB (Red+Green+Blue) = 56+107+235=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #386BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386BEB is #C79414. Grayscale: #696969. Windows color (decimal): -13079573 or 15428408. OLE color: 15428408.

HSL color Cylindrical-coordinate representation of color #386BEB: hue angle of 222.91º 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 #386BEB is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 107 235 -
CMYK 0.76 0.54 0 0.08
HSL 222.91º 0.82% 0.57% -
HSV(B) 222.91º 0.76% 0.92% -
XYZ 21.88 17.35 80.79 -
YUV 106.34 200.6 92.09 -
System Red Green Blue C M Y K H S L
Decimal 56 107 235 0.76 0.54 0 0.08 222.91 0.82 0.57
Hex 38 6B EB 4C 36 0 8 DF 52 39
Octal 70 153 353 114 66 0 10 337 122 71
Binary 111000 1101011 11101011 1001100 110110 0 1000 11011111 1010010 111001

Color Harmonies of #386BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BEB

Black with #386BEB

Text Example


Text Example

White with #386BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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