Html Css Color HEX #386CEA Royal Blue

📋 copy color: '#386CEA'

red 56 ◦ green 108 ◦ blue 234

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

Shades of Royal Blue #386CEA

Tints of Royal Blue #386CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.79%

R = 14.07%
G = 27.14%
B = 58.79%

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

#386CEA (or 0x386CEA) is known color: Royal Blue. HEX triplet: 38, 6C and EA. RGB value is (56,108,234). Sum of RGB (Red+Green+Blue) = 56+108+234=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #386CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386CEA is #C79315. Grayscale: #6A6A6A. Windows color (decimal): -13079318 or 15363128. OLE color: 15363128.

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

Color convert

RGB 56 108 234 -
CMYK 0.76 0.54 0 0.08
HSL 222.47º 0.81% 0.57% -
HSV(B) 222.47º 0.76% 0.92% -
XYZ 21.84 17.51 80.07 -
YUV 106.82 199.77 91.75 -
System Red Green Blue C M Y K H S L
Decimal 56 108 234 0.76 0.54 0 0.08 222.47 0.81 0.57
Hex 38 6C EA 4C 36 0 8 DE 51 39
Octal 70 154 352 114 66 0 10 336 121 71
Binary 111000 1101100 11101010 1001100 110110 0 1000 11011110 1010001 111001

Color Harmonies of #386CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CEA

Black with #386CEA

Text Example


Text Example

White with #386CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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