Html Css Color HEX #386CE1 Royal Blue

📋 copy color: '#386CE1'

red 56 ◦ green 108 ◦ blue 225

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

Shades of Royal Blue #386CE1

Tints of Royal Blue #386CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 57.84%

R = 14.4%
G = 27.76%
B = 57.84%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#386CE1 (or 0x386CE1) is known color: Royal Blue. HEX triplet: 38, 6C and E1. RGB value is (56,108,225). Sum of RGB (Red+Green+Blue) = 56+108+225=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #386CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CE1 is #C7931E. Grayscale: #696969. Windows color (decimal): -13079327 or 14773304. OLE color: 14773304.

HSL color Cylindrical-coordinate representation of color #386CE1: hue angle of 221.54º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386CE1 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 108 225 -
CMYK 0.75 0.52 0 0.12
HSL 221.54º 0.74% 0.55% -
HSV(B) 221.54º 0.75% 0.88% -
XYZ 20.58 17 73.43 -
YUV 105.79 195.27 92.49 -
System Red Green Blue C M Y K H S L
Decimal 56 108 225 0.75 0.52 0 0.12 221.54 0.74 0.55
Hex 38 6C E1 4B 34 0 C DE 4A 37
Octal 70 154 341 113 64 0 14 336 112 67
Binary 111000 1101100 11100001 1001011 110100 0 1100 11011110 1001010 110111

Color Harmonies of #386CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CE1

Black with #386CE1

Text Example


Text Example

White with #386CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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